区间第K大(一)
Problem:
给定无序序列S:[b, e),求S中第K大的元素。
Solution
1.裸排序
2.现将区间均分成两段,S1, S2,对S1,S2分别排序,然后
「以解决问题为乐」
真的喜欢么?真的喜欢就去做吧。
Lost Boy Calling 。。。。
... Many of these issues are best dealt with at the algorithmic level, rather than by "tweaking" the code.
This is an obscurity that catches the unwary.
原来我什么都不懂。