429 Commits

Author SHA1 Message Date
e156fe36a1 tweak: must be same output string (#395) 2020-10-04 23:06:34 +05:30
962176ad45 updating DIRECTORY.md 2020-10-04 17:36:09 +00:00
3e8deafd97 feat: added Polynomial in Maths (#397) 2020-10-04 23:05:52 +05:30
dda4aaf647 updating DIRECTORY.md 2020-10-04 17:34:05 +00:00
c9169dc16f 0 1 knapsack (#408)
* Added Longest Common Subsequence

* Renamed the File

* Optimized the code

* Optimized the code

* Changed some styles as per the rule

* Again some style fixed

* Added Longest Increasing Subsequence program to the list

* Style changed

* Added 0-1-Knapsack Problem

* Style Changed as per guidelines

* Update ZeroOneKnapsack.js

* Delete LongestCommonSubsequence.js

* Delete LongestIncreasingSubsequence.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 23:03:48 +05:30
fa01faf207 updating DIRECTORY.md 2020-10-04 17:28:05 +00:00
98f2276e08 Added Edit Distance Algorithm in Dynamic-Programming (#402)
* DP Edit Distance Algorithm

* Update EditDistance.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 22:57:44 +05:30
162fb8db40 updating DIRECTORY.md 2020-10-04 17:22:47 +00:00
815035686b Fixes: #155 - Check if a string rearranged can be a palindrome (#407)
* Check if a string rearranged can be a palindrome

* Fixes: #155 - palindromeRearranging

* Update CheckRearrangePalindrome.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 22:52:28 +05:30
1671ea6260 updating DIRECTORY.md 2020-10-04 14:15:11 +00:00
6275b709d7 Create ClimbingStairs.js (#379)
* Create ClimbingStairs.js

* Update ClimbingStairs.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 19:44:58 +05:30
af081a28c7 updating DIRECTORY.md 2020-10-04 14:02:23 +00:00
9934128461 Lis (#396)
* Added Longest Common Subsequence

* Renamed the File

* Optimized the code

* Optimized the code

* Changed some styles as per the rule

* Again some style fixed

* Added Longest Increasing Subsequence program to the list

* Style changed
2020-10-04 19:32:08 +05:30
c947571cc3 updating DIRECTORY.md 2020-10-04 14:01:14 +00:00
6b191ebc5b renaming files (#401)
* improve file names

* improve file names
2020-10-04 19:30:56 +05:30
91b5072d2b Improved Documentation (#329)
* Update AverageMean.js

* Update AverageMean.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-04 19:19:44 +05:30
1b9b73c3ee updating DIRECTORY.md 2020-10-04 13:41:26 +00:00
6d5b6095c0 Implemented FibonacciSearch Using JavaScript (#348)
* Implemented FibonacciSearch Using JavaScript

* Fixed Lint/test issues

* Fixed lint/test error

* FIxed Lint issues
2020-10-04 19:11:07 +05:30
8eb4bbcb18 updating DIRECTORY.md 2020-10-03 18:04:37 +00:00
e4faf7a85f Added StringSearch (#385)
* Added StringSearch

* fixed the standard issue
2020-10-03 23:34:13 +05:30
61449cf1e6 updating DIRECTORY.md 2020-10-03 15:10:19 +00:00
70d871a925 Reverse polish notation (#387)
* Added ReversePolishNotation

* Added link to Wikipedia
2020-10-03 20:40:02 +05:30
a646e4b27c updating DIRECTORY.md 2020-10-03 15:03:05 +00:00
5088d2dcb4 Create Problem1.js (#295)
* Create Problem1.js

Added solution to problem 1 of Project Euler

* update problem1.js

* Update Problem1.js

* Update Problem1.js
2020-10-03 20:32:45 +05:30
51cf96cf23 updating DIRECTORY.md 2020-10-01 18:37:35 +00:00
3ffacdff32 towerOfHanoi added (#312)
Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
2020-10-02 00:07:18 +05:30
85dcadc93d updating DIRECTORY.md 2020-10-01 18:36:25 +00:00
eaf4f91c01 Added PrimeCheck (#340) 2020-10-02 00:06:07 +05:30
f9bac45d54 Trie Added in JS (#296)
* Trie Added in JS

* Standard Fixed

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-10-01 23:34:22 +05:30
e330b7c8a7 updating DIRECTORY.md 2020-10-01 17:57:52 +00:00
226169a432 Added Modular Binary Exponentiation (Recursive) (#337) 2020-10-01 23:27:32 +05:30
5e9e2a18a8 updating DIRECTORY.md 2020-10-01 17:43:58 +00:00
323db8f292 digitSumAdded (#315)
Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
2020-10-01 23:13:27 +05:30
b1b4c138a6 Changed var to const/let (#322)
* varToLet

* Update DijkstraSmallestPath.js

Co-authored-by: Aayushadh <ayushharwani2011@gmail.com>
2020-10-01 23:05:36 +05:30
87e16d5dab Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 08:35:14 +05:30
e757a001a0 Merge pull request #271 from Chaitanya-Raj/patch-1
fix typo
2020-08-23 19:15:28 +08:00
b9c6491c79 Update BinaryToDecimal.js 2020-08-23 15:49:51 +05:30
0e398bbe2f updating DIRECTORY.md 2020-08-20 18:55:35 +00:00
e061178174 new stack implementation (ES6) fixes: #{246} (#247)
* new stack implementation (ES6) fixes: #{246}

* Update Data-Structures/Stack/StackES6.js

Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>

* Update StackES6.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
2020-08-21 00:25:17 +05:30
c1489ecbde Changed “var” to “let” in DecimalToOctal.js (#256)
* Changed “var” to “let” in DecimalToOctal.js

Moved 1 liner code into 2 lines.

* Update Conversions/DecimalToOctal.js

Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>

Co-authored-by: vinayak <itssvinayak@gmail.com>
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
2020-08-21 00:12:39 +05:30
8e44a53b05 updating DIRECTORY.md 2020-08-20 18:42:20 +00:00
157345cfc1 Implement binary to decimal (#264)
* Implement binary to decimal

* Add missing end of line

* Add comments for understanding

Co-authored-by: Neha Saggam <neha@technogise.com>
2020-08-21 00:12:01 +05:30
26b05a557d updating DIRECTORY.md 2020-08-19 18:23:45 +00:00
47dfc59082 Add string check anagram (#254)
* Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams

* Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams

* Add CheckAnagram.js to String Algorithms that checks if Strings are anagrams
2020-08-19 23:53:25 +05:30
b443875938 updating DIRECTORY.md 2020-08-19 18:21:28 +00:00
4b76b49dbe Added CoinChange Algorithm (#260)
* Added CoinChange Algorithm

* Minor Changes

* Minor Changes

* Minor Changes
2020-08-19 23:51:02 +05:30
3277751f38 updating DIRECTORY.md 2020-08-19 18:19:18 +00:00
d7926369dd Added Levenshtein Distance Algorithm (#263) 2020-08-19 23:48:57 +05:30
cfdf6fa663 updating DIRECTORY.md 2020-08-19 06:32:39 +00:00
f530f816af Added string pattern matching algorithm (#238) 2020-08-19 12:02:22 +05:30