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

Add TimSort

Open mantou132 opened this issue 6 years ago • 2 comments

Chrome 70 Array.prototype.sort use the stable TimSort algorithm

https://twitter.com/mathias/status/1036626116654637057

mantou132 avatar Sep 04 '18 17:09 mantou132

@trekhleb Can you assign this issue to me, I will add this algorithm

rahulrana95 avatar Sep 28 '18 12:09 rahulrana95

I have completed the coding of this in my branch and written test in that, but somehow my some tests are failing, would like to have some help @mantou132 or @rahulrana95 if you can in any way.

gkhedekar5758 avatar Jul 05 '22 04:07 gkhedekar5758