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: - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change?...
[](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: Improves the existing Caesar Cipher implementation to make it more robust, future-proof, and flexible. Key improvements include handling edge cases, optimizing performance,...
[](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? - [ ]...
[](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [ y] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation...
## Fixes Issue #1666 - Removed the `SieveOfEratosthenes.js` file, which contained the boolean array implementation. - Renamed `SieveOfEratosthenesIntArray.js` to `SieveOfEratosthenes.js` to maintain a cleaner and clearer implementation. - Consolidated and...
[](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [x] Add an algorithm? - [x] Documentation change? ### Checklist: - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md). - [x] This pull request...
- [x] Add an algorithm - [ ] Fix a bug or typo in an existing algorithm - [ ] Documentation change **Description**: This pull request adds algorithms for **2Sum**,...
[](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: - [ ] Add an algorithm? - [X] Fix a bug or typo in an existing algorithm? - [X] Documentation change? ###...
[](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?...
### Description When you try to type any thing in search bar in home screen the page is redirect to new one. ### Expected Behavior It should not be redirect...