Skip to content

niklasfriberg/python_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Sorting visualizer

This is a sorting visualizer written in python using the pygame library for visualization.

Implemented algorithms

  • Insertion sort
  • Bubble sort
  • Merge sort
  • Quick sort
  • Heap sort

Parameters

The following parameters are adjustable from a menu within the program:

  • Minimum array value
  • Maximum array value
  • Array size
  • Tick time (ms)
  • Selected algorithms

About

Visualization of sorting algorithms with pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages