Sorting Algorithm Visualizer

A gui application to visualize various sorting algorithms using pure python.

Language : Python 3

Libraries required

  • Tkinter
  • ttkbootstrap
  • numpy

Sorting algorithms

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort

Screenshot

Screenshot 2021-10-16 021635

GitHub

View Github