Freehand code (day one): quick sort

Question: I have an array {22, 5, 69, 96, 66, 86, 1, 80}, please use the quick sort algorithm for ascending sort.
What is quick sort?

Guess you like

Origin blog.csdn.net/qq_30264689/article/details/105796835