This interactive web application is designed to help students and beginners truly understand how fundamental sorting algorithms work behind the scenes. Reading code from a textbook can be confusing.
This project is a simple attempt to visualize how sorting algorithms work using Python. Instead of just reading theory, the idea was to actually see how elements move and get sorted step by step. I ...