A list of simple implementations of sorting algorithms.
All sorting functions are inside sort.py.
Available sorting algorithms:
- Bubble sort
- Quick sort
- Merge sort
- Selection sort
- Insertion sort
Detailed description and the comparision of their compplexities can be found in the following wiki: