Skip to content

samicpp/sorting-algorithms

Repository files navigation

sorting-algorithms

sorting algorithms in multiple languages

language timeline

  1. JavaScript (Deno): initial setup
  2. Rust: modularity & performance
  3. C/C++: modularity & comatibility with other projects
  4. Python: compatibility
  5. Java: compatibility
  6. [ ] C#: learning

algorithms timeline

  1. bogo sort
  2. stalin sort
  3. bubble sort
  4. quick sort
  5. merge sort
  6. heap sort
  7. radix sort
  8. heap sort
  9. [ ] insertion sort
  10. count sort