Skip to content

Latest commit

 

History

History
72 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

72 lines (32 loc) · 1.44 KB

Sorting Visualizer

A simple application for Visualizer sorting algorithms written in C++ & SFML a bunch of different sorting algorithms Like QuickSort, Bubble Sort, Merge sort, Heap sort, Insertion Sort, selection Sort With the functionality of shuffle Rectangle_Bars , New Rectangle_Bars , Quit.

Algorithm

QuickSort

Bubble Sort

Merge sort

Heap sort

Insertion Sort

selection Sort

Controls

Use 1 to Quick Sort

Use 2 to Bubble Sort

Use 3 to Merge Sort

Use 4 to Heap Sort

Use 5 to Insertion Sort

Use 6 to Selection Sort

Use 7 to shuffle

Use 8 to New

Use 9 to quit

Samples

Quick Sort

ezgif com-gif-maker (1)

Bubble Sort

ezgif com-gif-maker (9)

Merge Sort

ezgif com-gif-maker (3)

Heap Sort

ezgif com-gif-maker (4)

Insertion Sort

ezgif com-gif-maker (5)

Selection Sort

ezgif com-gif-maker (6)