Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 517 Bytes

File metadata and controls

25 lines (20 loc) · 517 Bytes

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