https://github.com/samicpp/sorting-algorithms
school pws
https://github.com/samicpp/sorting-algorithms
Last synced: 11 months ago
JSON representation
school pws
- Host: GitHub
- URL: https://github.com/samicpp/sorting-algorithms
- Owner: samicpp
- License: gpl-3.0
- Created: 2025-06-04T09:16:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T13:35:42.000Z (about 1 year ago)
- Last Synced: 2025-06-07T14:28:19.336Z (about 1 year ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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