https://github.com/thelicato/py-sorting-algorithms
A set of sorting algorithms implemented in Python.
https://github.com/thelicato/py-sorting-algorithms
python sorting-algorithms sorting-algorithms-implemented
Last synced: about 2 months ago
JSON representation
A set of sorting algorithms implemented in Python.
- Host: GitHub
- URL: https://github.com/thelicato/py-sorting-algorithms
- Owner: thelicato
- License: mit
- Created: 2022-01-08T19:00:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T19:32:46.000Z (over 4 years ago)
- Last Synced: 2026-02-14T09:27:55.163Z (4 months ago)
- Topics: python, sorting-algorithms, sorting-algorithms-implemented
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🐍 Py Sorting Algorithms
A set of Sorting Algorithms implemented in Python for learning purposes.
[](https://github.com/thelicato/py-sorting-algorithms/blob/main/README.md)
[](https://github.com/thelicato/py-sorting-algorithms/blob/main/LICENSE)
## Roadmap
- [x] Add Insertion Sort
- [x] Add Merge Sort
- [x] Add Heapsort
- [x] Add Quicksort
- [x] Add Random Quicksort
- [x] Add Quicksort 3way
- [x] Add Bucket Sort
- [x] Add Counting Sort
- [x] Add Radix Sort
- [ ] Add tests
- [ ] Write template for specific algorithm documentation
- [ ] Write doc for every algorithm
- [ ] Add a **visualizer**
## License
**Py Sorting Algorithms** is an open-source and free software released under the [MIT License](/LICENSE).