Introduction - If you have any usage issues, please Google them yourself
the implementation for quick sort in the course of alogrithm.The essence of quick sort lies in the implementation of the function partition.The code contains two imlementation methods for partion——the normal one and the randomised one.By compatation, the speed of the randomised one has a better expectation.