when starting the application, it should list all the available algorithms we have (maybe having all the algos in internal/algorithms/algorithms.go Algorithms struct will make things easier)
ask the user for how they want to see the race
an olympics for all the algorithms
race between two or more algorithms (let user choose)
information on a single sorting algorithm (code, how it works, animation)
internal/algorithms/algorithms.go
Algorithms struct will make things easier)