Implementation of all the sorting algorithms.
- Merge Sort (Coming Soon)
- Tim Sort (Default Java and Python has it as it's the most practical sorting algorithm you probably never heard of.) (@theroyakash)
- Quick Sort (@theroyakash)
- Insertion Sort (@theroyakash)
- Bubble Sort