/Sorting-Style

Algorithms can be one of the most difficult learning challenges as a new Software Engineer. Sort Styles displays various types of sorting algorithms. I started with Merge Sort but I will cover so of the more popular sorting algorithms. This application also helps to visualize the time complexity of each algorithm. Users are given the ability to generate an array with 300 random numbers and select the sort they would like to view to see how the algorithm sorts.

Primary LanguageJavaScript