Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 944 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 944 Bytes

Sorting Algorithms with Matplotlib Animation

-> Run the Code -> Enter the size of array to be randomly generated -> Choose the sort method

  1. Selection Sort
  2. Bubble Sort
  3. Insertion Sort
  4. Merge Sort
  5. Quick Sort

Finally, Watch the algorithm work via the plot animation!!

size100Quicksortgif

Selection_sort

size500QuickSort.mp4
merge_sort.mp4
insertion_sort.mp4
Bubble_sort.mp4