Skip to content

nirbhayb10/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer

A simple Python GUI application to visualize different sorting algorithms in action.
Built with Tkinter for the interface and supports multiple sorting techniques.

Features

  • Bubble Sort, Insertion Sort, Selection Sort and Merge Sort.
  • Adjustable sorting speed
  • Dynamic array size and value range
  • Stop sorting at any time
  • Responsive and centered UI

Requirements

  • Python 3.x

How to Run

  1. Clone or download this repository
  2. Open a terminal in the project folder
  3. Run:
    python sorting_visualizer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages