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

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

Results 281 javascript-algorithms issues
Sort by recently updated
recently updated
newest added

Update readme 2

[{"_id":"6368465f4267bf3cd44d8d7f","body":"Branch out of date. Update and re-submit.","issue_id":1663149682583,"origin_id":1242773144,"user_origin_id":8570718,"create_time":1662831062,"update_time":1662831062,"id":1667778143004,"updated_at":"2022-11-06T23:42:23.004000Z","created_at":"2022-11-06T23:42:23.004000Z"}] comment

#880

This is my first attempt of the Cocktail Shaker Sort Algorithm, feel free to check and improve it.

Simplified Chinese translation of binary search tree

This is the first attempt of the Manhattan Distance Formula, feel free to update it.

Add CombSort

[{"_id":"636842193056137e2668ba1a","body":"I know this PR is not mergeable, but I implemented CombSort so check it out: https:\/\/github.com\/trekhleb\/javascript-algorithms\/pull\/932","issue_id":1663149682623,"origin_id":1229202696,"user_origin_id":50469574,"create_time":1661610439,"update_time":1661610439,"id":1667777049257,"updated_at":"2022-11-06T23:24:09.257000Z","created_at":"2022-11-06T23:24:09.257000Z"}] comment

CombSort is a quite good algorithm. It improves BubbleSort using the gap instead of just swapping neighbors.

malay version of read me #821