mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Changed python code of bubble sort - instead of using two functions, one function is used and all we need to do is to write the driver code and call the function and it will result in a sorted list(or array) |
||
|---|---|---|
| .. | ||
| bubble-sort | ||
| bucket-sort | ||
| counting-sort | ||
| heap-sort | ||
| insertion-sort | ||
| merge-sort | ||
| quick-sort | ||
| radix-sort | ||
| selection-sort | ||
| timsort | ||
| index.md | ||