Php simple algorithm programs (bubble, fast, etc.), php algorithm program bubble _ PHP Tutorial

Source: Internet
Author: User
Some simple php algorithm programs (bubble, fast, etc.) and php algorithm programs bubble. Some simple php algorithm programs (bubble, fast, etc.), php algorithm programs bubble functionbuttle_sort ($ array) {$ lencount ($ array); if ($ len2) {return $ array;} for ($ I some simple php algorithm programs (bubble, fast, etc.), php algorithm programs bubble
Function buttle_sort ($ array) {$ len = count ($ array); if ($ len <2) {return $ array;} for ($ I = 0; $ I <$ len; $ I ++) {$ flag = false; // The swap flag should be false for ($ j = $ len-1; $ j> $ I; $ j --) {if ($ array [$ j] <$ array [$ j-1]) {$ tmp = $ array [$ j]; $ array [$ j] = $ array [$ j-1]; $ array [$ j-1] = $ tmp; $ flag = true; // exchange occurred, therefore, set the switch flag to true }}if (! $ Flag) // The return $ array algorithm is terminated in advance because the current sorting has not been exchanged ;}

To be supplemented

Bubble (bubble, fast, etc.), php algorithm program bubble function buttle_sort ($ array) {$ len = count ($ array); if ($ len 2) {return $ array ;} for ($ I =...

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.