JavaScript
JavaScript copied to clipboard
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
[](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...
[](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?...
Address: #1795
[](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`...
[](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
[](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...