Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 714 Bytes

File metadata and controls

18 lines (15 loc) · 714 Bytes

Sorting Visualiser

This program contains visual representation for the following Sorting techniques through matplotlib.

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

Bubble Sort

image

Insertion Sort

image

Selection Sort

image

Merge Sort

image