This website requires JavaScript.
Explore
Help
Register
Sign In
408
/
912-notes
Watch
1
Star
0
Fork
0
You've already forked 912-notes
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
3eeccdb80fd4bae7022ec771c5b9337cba25ca50
912-notes
/
thu_dsa
/
chp12
/
sort.md
Shine wOng
403ae6b550
create lab2_report.md, not finished yet.
2019-08-28 14:13:54 +08:00
377 B
Raw
Blame
History
Conclusions on Sorting Algorithm
快速排序
关于轴点
在原始序列中,轴点未必存在。根据轴点的定义,轴点的必要条件是轴点必然是已经就位的点。所以,在有序序列中,所有元素皆为轴点。这样,快速排序的本质,其实就是将所有元素逐个转换成轴点的过程。
Reference in New Issue
View Git Blame
Copy Permalink