Sorting Algorithms Visualizer

created by Kevin Dai

picture of project

Built React Native application/website for visualizing various sorting algorithms

Implemented Merge Sort, Quick Sort, Insertion Sort, Selection Sort, Bubble Sort, and Heap Sort

created using JSX/Javascript and Html, CSS

-----------------------------------------------------------------------------------------------------

In high school, I participated in the computer science club that my school offered. In this club, we learned many advanced and complex algorithms and data structures in preparation for computer science competitions. One particular topic I struggled with was the various sorting algorithms. I could not memorize the different ways to sort an array, so I decided to build this sorting visualizer to aid in my learning and understanding of the algorithms.