Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.35 KB

File metadata and controls

57 lines (43 loc) · 1.35 KB

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.