Skip to content

haltaf19/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

A Sorting Visualizer implemented using C# and Windows Forms Application.

The application visualizes an array of unsorted integers as bars. Each bar has a height corresponding to the value at that position in the array. From here, the array is sorted and the bars indicate movement of the integers within the array throughout the sorting algorithm.

The following algorithms have been implemented into the application:

  • Insertion Sort
  • Selection Sort
  • Bubble Sort
  • Merge Sort

More algorithms to be added in the future!

Merge Sort

Merge Sort Visualization

Insertion Sort

Insertion Sort Visualization

Selection Sort

Selection Sort Visualization

Bubble Sort

Bubble Sort Visualization

Releases

No releases published

Packages

No packages published

Languages