JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

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

Results 263 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/) * @raklaptudirm * @appgurueu ### Describe your change: - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? -...

Added Kahns Algortithm in Graphs Section as it was missing and it is a very essential Algorithm for Checking Cycles in Directed Graph and finding the Topological Ordering. Fixes #1795...

[![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: - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change?...

FIXES #1783 ### What does this PR do? This PR adds an implementation of the Prefix Sum algorithm (in-place cumulative sum) in JavaScript. ### Details - Implements `prefixSum` in `Prefix-Sum/BasicPrefixSum.js`...

[![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?...

### Motivation Kahn's Algorithm is an important concept in Graphs, which is missing in this repository ### Examples _No response_ ### Possible workarounds Adding the Kahn's Algorithm in Graphs topic....

##What does the PR do? Added Digital Root functionality to Maths module. Fixes #1747

[![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? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation...