I'm gonna tell you go sort the left, go sort the right, and then I'll merge the two together.
那先对左半部分排序,再对右半部分排序,然后将两者合并起来。
So Selection Sort, while it might be easier perhaps to think through than Bubble Sort, or maybe it's pretty much equivalent, it's just a different approach to the same problem.
因此,仔细想想,选择排序也许比,冒泡排序更简单,或者这两者都差不多,只是对同一问题的不同方法而已。
应用推荐