Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 934 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 934 Bytes

Sorting Algorithm Simulator

This is a simple program to display sorting algorithms virtually. Those included are:

  • BubbleSort
  • SelectionSort
  • InsertionSort
  • MergeSort
  • QuickSort
  • SlowSort
  • BogoSort

For this project, I chose to use C++ with the SFML library. It is my first time using anything visual beyond what can be displayed in a terminal with C++.

Installation

Download the ZIP file and extract/unzip it. The necessary files are the "Simulator" executable and the "arial" ttf file located in the "assets" folder.

Usage

All that is necessary is to run the "Simulator" executable in the directory.

Once started, the left and right arrow keys can be used to navigate between the three screens. The escape key can be used to exit the program. The "Instructions" screen lists further details about using the simulator.