Skip to content

A pygame visualization of the most famous sorting algorithms

Notifications You must be signed in to change notification settings

ouahbi13/sorting-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms Visualization

It's a visualization of the classic sorting algorithms using pygame module.

It has for now only the Bubble Sort algorithm, and it's open for contribution.

Preview

How to install the application

  • Clone the repository:

    `git clone https://github.com/ouahbi13/sorting-visualization.git`
    
  • Install the requirements:

    `pip install -r requirements.txt`
    
  • Run the visualization:

    `python .\visualizer.py`
    

How to contribute

  1. Implement other sorting algorithms.
  2. Add new features.
  3. Fix any existing bugs.

About

A pygame visualization of the most famous sorting algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages