JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Results 202 JavaScript issues
Sort by recently updated
recently updated
newest added

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [x] Add an algorithm ### Checklist: - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own...

### What would you like to share? I am encountering a 500 Internal Server Error when trying to access https://the-algorithms.com/language/javascript. I have tried refreshing the page, clearing the cache, and...

awaiting triage

### Describe your change: - [x] Add an algorithm? ### Checklist: - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.14. Release notes Sourced from vite's releases. v5.4.14 Please refer to CHANGELOG.md for details. v5.4.13 Please refer to CHANGELOG.md for details. v5.4.12 This version contains...

dependencies
javascript

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change?...

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [ ] Add an algorithm? Added tests for Maths/DecimalIsolate function and extended comments about its usage Before: ```javascript /* * function...

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change?...

Describe your change: Add an algorithm (Water Jug Problem using Breadth-First Search). Fix a bug or typo in an existing algorithm. Documentation change. This PR adds the Water Jug Problem...

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [X] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change?...

Sliding Windows Algorithm - Added maxSumSubarrayFixed function to calculate the maximum sum of a fixed-size subarray. - Added longestSubarrayWithSumAtMost function to find the longest subarray with a sum less than...