Sorting algorithms/Comb sort: Difference between revisions

Line 751:
 
===Less Clever Version===
This version is an academic demonstration that aligns with the algorithm. As is, it is limited to use one static array and sorts in ascending order only.
<lang forth>\ combsort for the non-forthForth programmerNewbie (GForth)
 
HEX
Anonymous user