Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 604 Bytes

Sorting Algorithm Visualizer

Description

SFML application that visualizes some of the basic sorting algorithms.

Installation

SFML is required to run the application.

Compile and run the application with make all command in the root directory.

Usage

After sorting is done, ESC key redirects back to menu.

Algorithms

  • Quicksort
  • Bubble sort
  • Insertion sort
  • Might add more later...

GIF

Animation