博客
Github
项目
这个BFPRT算法找逻辑Bug找了两天
注意点:
nums[j] > nums[i]
for j = i - 1; j >= start && nums[j] > temp; j-- {
medianOfMedians
BFPRT