| | PHP: Bubble Sort Algorithm And Variations. Insertion Sort. Shellsort. (Site not responding. Last check: ) |
 | | Bubble sort is analyzed, also with regard to its differences with selection sorts, and support via Dhtml interfaces to see an animation of its proceedings is provided along. |
 | | The similarity between selection sort (and its derived products like bingo sort) and a bubble sort is that both are quadratic algorithms, namely their codes include a loop within a loop, or anyway a double scanning of the array to be sorted. |
 | | Named after its creator Donald Shell, a shellsort is similar to a bubble sort, only rather than performing comparisons between contiguous elements, it performs comparisons at a fixed distance between elements: starting with the array's breadth itself less 1, it then races downward shrinking the distance between the compared elements. |
| www.unitedscripters.com /phps/bubblesort.html (3220 words) |