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: I have added JavaScript code for finding longest palindromic substring using dynamic programming - [x ] Add an algorithm? - [ ]...
[](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) ### Describe your change: Added the code for Circular Doubly Linked List in the "Data Structures" directory, along with it's test code in the "test" directory....
[](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: - [X] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change?...
I have added a file for computing all unique divisors of a number in javascript in Maths folder. Please merge my PR.
[](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...
[](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?...
I have added a javaScript function for detecting cycles in the directed graph which is Kahn's algorithm. Please merge my PR.
I have added javaScript file in Graphs folder for detecting cycle in undirected graph.Please accept my PR.