Soritng Algorithm
Selection sort
go through the rest of the list and take the next smallest value.
Insertion sort
Take the next value and insert it where it belongs in the already sorted area.
Quick sort
Choose a value, put all of the larger values to the right and smaller
原创
2021-12-11 19:57:42 ·
351 阅读 ·
0 评论