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.
- Host: GitHub
- URL: https://github.com/hoainamcse/simulator
- Owner: hoainamcse
- Created: 2022-05-04T10:24:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T19:31:00.000Z (over 3 years ago)
- Last Synced: 2024-10-31T22:22:05.417Z (about 1 year ago)
- Topics: algorithm, simulator, sorting, winform
- Language: C#
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!

**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