Get Sorted!

This project was created for the Visualize a Data Structure's Algorithm assignment, part of the Code Fellows Foundations I: Computer Science & Web Development course.

Simple animations using CSS and JavaScript visually demonstrate the insertion sort and modern Fisher-Yates shuffle algorithms, which are implemented here by directly manipulating DOM elements to show a basic grasp of jQuery. The page layout also attempts to use a responsive design.

Further information about sorting algorithms can be found at the excellent sorting-algorithms.com.