trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
185.03k stars 29.84k forks source link

optimized version of mergesort code #1051

Open BryanSJamesDev opened 11 months ago

BryanSJamesDev commented 11 months ago

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.