AnupNair08 / Sorting-Visualizer

This is a GUI based python program to visualize common Sorting Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting-Visualizer

This is a GUI based python program to visualize common Sorting Algorithms Uses the tinkter Library in python

  1. Created a new window using the Tk window object
  2. Created a Canvas on the window and buttons with required commands
  3. Randomized Data Generator function to add bars using canvas.create_rectangle() function
  4. Swaps in the algorithms were animated using the window.after() function

Currently Insertion, Bubble and Selection Sort work.

About

This is a GUI based python program to visualize common Sorting Algorithms


Languages

Language:Python 100.0%