goldfishgggg

Results 1 comments of goldfishgggg

> https://github.com/huihut/interview/blob/e10ff5f6983130006eab46308edc05427d2542e7/Algorithm/QuickSort.h#L63 > > 为什么 left++ 之后不交换 arr[end] 呢,移动后的 left 的位置的元素应该只是大于等于 arr[end] 而不能确定是等于吧 > left++根本不可能执行,因为要执行left++必须left停留在mid的了