This is a sorting visualizer created using the ReactJS library and Semantic UI React.
The program was created in order to get a better understanding of ReactJS and common algorithms learned in UH Manoa's ICS 311 course. The algorithms that have been implemented in this program are BubbleSort, InsertionSort, MergeSort, and QuickSort.
To run this program first
- Clone the project to your device
- In the command line/terminal cd into Sorting-Visualizer\sortingVisualizer\app
- enter 'npm run start' in the command line