Learning Sort Algorithms
Our first proyect consist of a Sort Algorithms Simulator, intended to help students learn sort algorithms in an interantinve way. You can choose between eight of the more common sort algorithms, like insertion sort, selection sort, hash sort, etc.
The input data provided to the algorithm is also editable, so you can practice with your own data an validate your results with the simulator ones. It is posible also to generate random data, allowing or not duplicated values. You can also pause, do a step by step process, go backwards to undo operations, and play it again from the beginig.
A better world is possible, and learning sort algorithms is the way to go.