Using Strive's AI editor, I developed a sorting algorithm visualizer to help newer computer science students like myself really understand what was going on when sorting an array. Sorting itself was a mystical process to me until a few months ago and so this project has really made me understand what is going on under the hood and I hope other students can gauge that using this project too. It is customizable, where you can see what different algorithms do on a smaller or larger scale. It has an
Using Strive's AI editor, I developed a sorting algorithm visualizer to help newer computer science students like myself really understand what was going on when sorting an array. Sorting itself was a mystical process to me until a few months ago and so this project has really made me understand what is going on under the hood and I hope other students can gauge that using this project too. It is customizable, where you can see what different algorithms do on a smaller or larger scale. It has an audio feature to allow for a better experience and finally, is completely customizable and stoppable at any time. You are able to experiment with 4 Quadratic algorithms (Selection Sort, Insertion Sort, Bubble Sort, Cocktail Shaker Sort) and 2 Logarithmic algorithms (Merge Sort & Quick Sort).