This project contains the most common sorting algorithms with a brief explanation about each one of them. The implementation of the algorithms is easy to follow with comments along the way explaining each step
The algorithms implemented in this project are:
- Insertion Sort
- Selection Sort
- Bubble Sort
- Merge Sort
- Quick Sort