Merge Sort Visualization! with d3 and JavaScript
Now I truly know the difference between O(n^2) and O(nlogn). My merge sort visualization is so much faster than my insertion sort visualization, as a matter of fact, the bigger the number of data points being sorted, the faster merge sort is…
