Skip to content

SelectionSort, BubbleSort, InsertionSort, MergeSort, QuickSort (In Python)

Notifications You must be signed in to change notification settings

jasilva1/Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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

About

SelectionSort, BubbleSort, InsertionSort, MergeSort, QuickSort (In Python)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages