It is a Flutter application that is used to visualize sorting algorithms. This project uses a bunch of sorting algorithms and leverages the flutter's animation capabilities to perfrom sorting. The app allows us to control the speed of the sorting algorithm and allow programmers to visually look at how these algorithms work in real life. This project was an attempt to understand sorting algorithms better.