deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

implemented cocktail sorting using javascript #214

Closed gabrielhs1357 closed 3 years ago

gabrielhs1357 commented 3 years ago

This PR implements the code for Cocktail Sort in JavaScript referred in issue #177.

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following: