Command Line Interface for various sorting algorithms. Currently listed sorting algorithms:
- Insertion Sort
- Selection Sort
- Bubble Sort
- Quick Sort
- Merge Sort
- Heap Sort
Time Complexities of every algorithm(listed above) is also included.
- Clone this repo and run
./Sort
[for linux] or.\Sort.exe
[for windows] - If you have gcc or clang installed then compile and run the Sort.c file