Timeline for First-come first-serve (FCFS) algorithm
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 20, 2012 at 14:02 | comment | added | Brian | The C implementation of comb sort on wikipedia should be pretty easy to convert to C# code: en.wikipedia.org/w/… . The difference between comb sort and bubble sort is that the initial iterations of comb sort swaps elements that are far apart whereas in bubble sort every iteration swaps only adjacent elements. | |
| Dec 20, 2012 at 13:04 | comment | added | Ayman Sharaf | could u show me how to use comb sort or quick sort | |
| Dec 19, 2012 at 22:07 | vote | accept | Ayman Sharaf | ||
| Dec 19, 2012 at 21:47 | history | answered | Brian | CC BY-SA 3.0 |