Sorting Visualizer

Personal Project

sorting visualizer preview

Tools used: React, Redux, Javascript, HTML, CSS

Links:

sorting-animation

In August 2020 during my summer break, I decided to take the time to brush up on my algorithms and data structures. This sorting visualizer features the most common sorting algorithms including merge sort, heap sort, quick sort, and bubble sort.

This project is the first project I have implemented Redux in. The complexity of this project did not warrant the need of Redux, but it decided to take this opportunity to learn how to implement Redux in a simple React application.