An open API service indexing awesome lists of open source software.

https://github.com/samicpp/sorting-algorithms

school pws
https://github.com/samicpp/sorting-algorithms

Last synced: 11 months ago
JSON representation

school pws

Awesome Lists containing this project

README

          

# sorting-algorithms
sorting algorithms in multiple languages

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

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