Skip to content

arpit-omprakash/Sort_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sort Visualizer

Have a look at the site here.

This repository (and the site above) contains visualizations for various sorting algorithms.
It can be used as a teaching resource as it provides quite a lot of information along with visual insights on the algorithms.

The source code for the processing sketches are stored in the processing_source_code directory.
It can be run using the Processing 3 IDE or using Eclipse IDE with some minor changes.

Checklist of algorithms:

Comparison sorts

  • insertion sort
  • bubble sort
  • selection sort
  • quick sort
  • merge sort
  • heap sort
  • gnome sort
  • cocktail shaker sort
  • cycle sort
  • shell sort

Non-comparison sorts

  • radix sort
  • counting sort
  • bucket sort

The visualizations exist for the checked ones, for the others I'm still either understanding/implementing/writing visualization code.

About

A repository for code to visualize sorting algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published