/Simsort

Simulates various sorting algorithms like Selection Sort,Bubble Sort,Insertion Sort,Quick Sort,Merge Sort, and Heap Sort using GUI. Checks and compares efficiency of this algorithms based on the important parameters like input size and how the input is structured (sorted either in ascending or descending manner or is in random order).Can be very useful in determining which algorithm should one use depending on specific inputs

Primary LanguagePython

Simsort

Simulates various sorting algorithms like Selection Sort,Bubble Sort,Insertion Sort,Quick Sort,Merge Sort,Heap Sort using GUI.