📜 ⬆️ ⬇️

Algorithms of sorting in the form of step-by-step animation

Sorting data sequences is one of the pillars of computer science. The problem is how to do sorting in the most efficient way, and this task has been faced by researchers almost from the first day after the invention of the computer. On the site sorting.at various sorting algorithms are illustrated in the form of step-by-step animation, for a better understanding of the principles of their work.



At the bottom is the “Play” button to play the animation.


')


By the way, the website of the University of San Francisco is going to a collection of illustrated materials for a variety of algorithms, albeit not so beautiful, but also very clear. Another small collection of sorting algorithms in the form of step-by-step animation is on sortvis.org .

Source: https://habr.com/ru/post/221055/


All Articles