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

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

Awesome Lists containing this project

README

          

### Selection Sort Visualization

This program shows how selection sort algorithm works in a visual mode.

![](SelectionSort.gif)

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