javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

optimized version of mergesort code

Open BryanSJamesDev opened this issue 2 years ago • 0 comments

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.

BryanSJamesDev avatar Jul 11 '23 18:07 BryanSJamesDev