javascript-algorithms
javascript-algorithms copied to clipboard
optimized version of mergesort code
I updated the existing merge-sort code with an optimized version. I used this for my DSA Project. This optimization would help improve the efficiency of the Merge Sort algorithm.