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

adding readme file explaining cocktailshakersort adding cocktailshake…

Open mohmmadAyesh opened this issue 11 months ago • 1 comments

Hi I added CocktailShakerSort Algorithm its like Bubble Sort Algorithm but it can be bidirectional in some cases it can achieve better than BubbleSort with less time Complexity on average and worst case its O(n^2) on best case its O(n) it take constant amount from Memory so its memory complexity is O(1) I Wrote A java script file for it following your pattern in writing these algorithm like extending class from Sort,etc Also make a test file CocktailShake.test.js to test it Also I added a Readme file that explaining it with references for further information Please Accept my PR.

mohmmadAyesh avatar Mar 24 '24 17:03 mohmmadAyesh

@trekhleb is that PR awaiting review or just I need to fix this test to pass please help thanks

mohmmadAyesh avatar Mar 25 '24 12:03 mohmmadAyesh