Skip to content

A visualizer for sorting algorithms displayed using a polar-coordinate-system rather than the traditional cartesian-coordinate-system

Notifications You must be signed in to change notification settings

russell-rozenbaum/PolarSortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polar Sorting Visualizer

This project helps to visualize sorting algorithms with the use of a polar coordinate system rather than the traditional cartesian coordinate system. In this system we sort elements, represented as lines, across increasing angles along the Θ-axis (think sorting along increasing integers on the x-axis in the cartesian-system) based on their length or the radian-value they reach (think height or the y-value they reach in the cartesian-system).

Algorithms

Max Selection Sort

Selection Sort

Min Selection Sort

Selection Sort

Bubble Sort

Bubble Sort

Sinking Sort

Bubble Sort

Insertion Sort

Insertion Sort

Shell Sort

Insertion Sort

Radix Sort

Radix Sort

About

A visualizer for sorting algorithms displayed using a polar-coordinate-system rather than the traditional cartesian-coordinate-system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published