A collection of manually implemented sorting algorithms.
Feel free to use them in your own projects.
Sorting
Let the algorithms compete against each other
Each algorithm has its own README.md inside the directory with a detailed explanation.
- Competing algorithm
- Sorting CLI
- YouTube explainer video & code walkthrough
Each sorting algorithm is contained in its respective directory.
- **_sort.py (actual algorithm)
- util.py (utility functions - not required for sorting algorithm)
- README.md
Classic and straight forward sorting algorithm
- Documentation
A little bubbly but still a nice pal.
- Documentation
Can you keep up with that guy?
- Documentation for sort()
- Documentation for split()
- Documentation for merge()
- Documentation for timestamp
The greatest sorting algorithm of all time!
- Documentation