A quick sort of sorting algorithm

Source: Internet
Author: User
The basic idea of the sorting algorithm

Through a sort of sorting records to be sorted into separate two parts, some of the records of the keywords are smaller than the other part of the keyword, you can separate the two parts of the record to order, has reached the order of the whole sequence.

The following is the subway on the one-hour dictation of the algorithm implementation, in PHP to test the order 180,000 of the data need 1.3 seconds, but the use of the sort () function only 0.045 seconds, the gap is still very large, there is a great space to optimize.

A quick sort of sorting algorithm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.