An open API service indexing awesome lists of open source software.

https://github.com/hoainamcse/simulator

⚡A simple software that simulates sorting algorithms build in winforms.
https://github.com/hoainamcse/simulator

algorithm simulator sorting winform

Last synced: about 1 month ago
JSON representation

⚡A simple software that simulates sorting algorithms build in winforms.

Awesome Lists containing this project

README

          

**Basics**
1. Open in Visual Studio 2022
2. Set any number of integer values seperated by commas
3. Select the sort order
4. Play algorithm
5. Done!

![example](https://user-images.githubusercontent.com/104647522/165997829-a3ad2fba-b193-4ce4-9d6f-d640d103df13.png)

**Controls**
1. Pause/Resume - Pause/Resume the animation
2. Step - Step through the animation frame by frame
3. Speed - Set animation speed
4. Random - Genereate 10 random integer values
5. Set value - Set the integers to do the sorting on