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/) ### Describe your change: - ✅ Add an algorithm - ⬜ Fix a bug or typo in an existing algorithm - ⬜ Documentation change ### Checklist:...
### Motivation ## Overview Add a basic Prefix Sum algorithm in the `PrefixSum/` folder, along with unit tests. ### Contents - **BasicPrefixSum.js**: Implementation of prefix sum for an array of...
[](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...