Skip to content

This project is an Algorithm Visualizer where a user can visualize algorithms like "Bubble Sort", "Merge Sort", "Quick Sort", "Selection Sort", "Linear Search" and "Binary Search".

rahul2002m/Algo_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algo_Visualizer

This project is an Algorithm Visualizer where a user can visualize common algorithms like "Bubble Sort", "Merge Sort", "Quick Sort", "Selection Sort", "Linear Search" and "Binary Search".

Now let us see about the GUI

Here is a GUI where a user selects :

  • Size of dataset
  • Minimum value of the dataset
  • Maximum value of the dataset
  • Algorithm to perform from the drop down menu
  • Select speed of the performance

  • On press start button, the visualization is completed and the output looks like this...

If you are using "Linear Search" or "Binary Search" enter the search key in the search key field and the press start.

Modules used are :

pip install tk
pip install tk-tools

Hope you enjoy this project...🙃🙃🙃

About

This project is an Algorithm Visualizer where a user can visualize algorithms like "Bubble Sort", "Merge Sort", "Quick Sort", "Selection Sort", "Linear Search" and "Binary Search".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages