Skip to content

CLBRITTON2/Sorting-Algorithm-Visualizer

Repository files navigation

Sorting Algorithm Visualizer

A sorting algothrithm visualizer that uses Windows Forms and C#

  • This application utilizes a random number generator to populate an array
  • Each number within the array is represented by a red bar
  • Each number's max value is determined by the height of the sorting panel
  • The length of the array is determined by the width of the sorting panel
  • When the array is completely sorted all bars will turn green (not shown in examples)

Completed Algorithms:

Bubble Sort

Alt text

Selection Sort

Alt text

Merge Sort

Alt text

Move To Back Sort (Michael Duffy's example of inefficient sorting)

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages