Small application made in C showing sort algorithms in the console. Each bar represents a number, and the aim of the application is to sort all the numbers from smallest to largest. The application counts the calculation time and the number of swaps performed to see which algorithm is the most efficient.
The app works with Windows or Linux terminal.