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

💻 JavaScript implementations of computer science algorithms

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

Clear Steps: Outlined steps for forking, making changes, running the linter, building the project, and creating a pull request. Emphasis on Standards: Highlighted the importance of adhering to coding standards...

Changed the code in es6 format keeping the logic same. This will make the code in accordance the latest javascript version.

I just add more code into Heap.js file so that the reader will get more deep understanding of Heap Data Structures, because there was a time i struggle to understand...

This pull request adds the Shaker Sort (also known as Cocktail Shaker Sort or Bidirectional Bubble Sort) algorithm to the repository. Implemented the Shaker Sort algorithm in javascript-algorithms/src/sorting/shakersort.js Included a...

Implemented Palindrome Number Checker in JavaScript - Added a program to check if a number is a palindrome. - A palindrome number reads the same backward as forward (e.g., 121...