Skip to content

nandanhere/SortingVisualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortingVisualiser

Sorting Algorithm Visualiser using pygame

Features

  • Visualisation of some traditional sorting algorithms like quicksort and bubblesort
  • Different choices of Gradients

Usage:

This program generates a random array and visualises its sorting using pygame.

  • Choose your desired algorithm and gradient using the drop down options in the menu.
  • Click on "Start" to Start the visualisation
  • You can press escape if you would like to change the sorting algorithm in the middle. this allows you to see what it would look like if you use multiple algorithms to sort the algorithm

Installation

Skribblscore requires pygame, pygame-menu,numpy and matplotlib to be installed prior to use. Install the dependencies and required imports.

pip install pygame
pip install pygame-menu
pip install numpy
pip install matplotlib

Demo

Visualiser Demo 1200x800,200 elements

Run main.py in terminal or in a compiler of your choice.

About

Sorting Algorithm Visualiser using pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages