This project was built to demonstrate a few common sorting algorithms dynamically using bar graphs, generated by the d3.js library. Experiment with different algorithms on varying array sizes by changing the size in the top bar, generating a new array, selecting your sorting method of choice, and clicking the green 'Play' button. In addition, select different colors to visualize the sorting in your favorite colors! Before running a new sort, ensure that it is stopped by pressing the red button.
'Visualize Sorts' was built using pure Javascript, HTML5, and CSS, briefly utilizing the d3.js library.