Skip to content

GUI App made using Tkinter which displays the Graph of Comparisons v/s Size for 100 Test Cases for Different Sorting Algortihms

Notifications You must be signed in to change notification settings

ish-u/sorting_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

GUI App made using Tkinter which displays the Graph of Comparisons v/s Size for 100 Test Cases for Different Sorting Algortihms

To Run the App :

python main.py

Sorting Algorithm

1. Selection Sort
2. Bubble Sort
3. Instertion Sort
4. Merge Sort
5. Quick Sort
6. Heap Sort

Bugs:

1. Don't why the Window Freezes and Shrinks on Button Click (in Windows Only)
2. Progress Bar is probably Broken (Fixed)

Known-Issues:

1. Sometimes Python will reach Recursion Depth in Quick Sort
2. Can't Set Height of Comparisons Window.

Want to Add:

1. Ability to view the CSV file that contains Number of Comparisions. (Added)
Just another Product of my Existential Crisis

About

GUI App made using Tkinter which displays the Graph of Comparisons v/s Size for 100 Test Cases for Different Sorting Algortihms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages