Sorting is a very classic problem of reordering items (that can be compared) of an array (or a list) in a certain order (increasing, decreasing, lexicographical, etc.).
There are many different sorting algorithms, each has its own advantages and limitations.
An algorithm for sorting can be visualized through this project. Bars are displayed for each element of the array. Color coding is used for operations.
- HTML
- CSS
- Javascript
Using the vanilla versions of the languages was the goal of the project. It provided me with a learning tool with added personal value.
Inspiration was taken from The Coding Train.
Links providing information about the algorithms: