https://github.com/leandrols/selectionsortvisualization
Selection Sort Algorithm Visualization
https://github.com/leandrols/selectionsortvisualization
algorithm selection-sort
Last synced: 4 months ago
JSON representation
Selection Sort Algorithm Visualization
- Host: GitHub
- URL: https://github.com/leandrols/selectionsortvisualization
- Owner: LeandroLS
- Created: 2025-01-17T00:58:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T01:10:05.000Z (11 months ago)
- Last Synced: 2025-01-17T02:24:15.609Z (11 months ago)
- Topics: algorithm, selection-sort
- Language: C#
- Homepage:
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Selection Sort Visualization
This program shows how selection sort algorithm works in a visual mode.

### How to run
Do `dotnet run` in your terminal in the same folder as the project.