sorting algorithms in multiple languages
- JavaScript (Deno): initial setup
- Rust: modularity & performance
- C/C++: modularity & comatibility with other projects
- Python: compatibility
- Java: compatibility
[ ] C#: learning
- bogo sort
- stalin sort
- bubble sort
- quick sort
- merge sort
- heap sort
- radix sort
- heap sort
[ ] insertion sort- count sort