VishalChoubey1019 / Sorting-Visualizer

This is a sorting visualizer made with Tkinter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting-Visualizer

This is a sorting visualizer made with Tkinter.

Click on this link to use the visualizer

Make sure you've installed tkinter in your system to use this visualizer

To install tkinter using python package manager, run the following:


pip install tk

Or follow the below website
https://www.tutorialspoint.com/how-to-install-tkinter-in-python

The visualizer has:

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


Various colours are used to make the visualizer easily understandable.

Updates are highly appreciatable

About

This is a sorting visualizer made with Tkinter.

License:MIT License


Languages

Language:Python 100.0%