Skip to content

Toyinbalogun/sorting-algorithm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sorting-algorithm-visualizer


SORTING ALGORITHM VISUALIZER

Tools: Python, Tkinter Module


Table of Contents

Project Description

A simple python gui leveraging tkinter modules to implementing and visualize data algorithms like Bubble Sort, Quick Sort and Merge Sort, which is a widely used in sorting and organizing data.

User story

As a user,
I want to be able to use the sorting visulizer to implement Bubble Sort, Quick Sort and Merge Sort.
So that I have a better understanding of these algorithms an dtheir implementation.

Demo

Installation

  1. clone the repo.
  2. cd into repo.
  3. run python script.
python3 .\sortingAlgs.py
  1. play around with algorithms and data sizes and let the program run.

Contributing

Collaboration is welcomed! For pull requests and changes, please open an issue first to discuss what changes you would like to make.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages