16 Commits

Author SHA1 Message Date
bb891df640 Added: Sodoko Solver In DP (#420)
* Added: Sodoko Solver In DP

* added: space remove

* Chnage code accoding to npm standards.

* Change

* Update: All Issue Fix

* Update SudokuSolver.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-12 13:34:41 +05:30
4c0ca3c37c Fixes Standard 2020-10-10 18:43:35 +05:30
44afa530c1 Added Longest Plaindromic subsequence 2020-10-10 18:38:30 +05:30
bd115f4de0 Merge pull request #446 from suhailmalik07/Minimum-Cost-Path-Algorithm
Added Minimum Cost Path Algorithm
2020-10-10 16:58:52 +05:30
b391751d12 Added Minimum Cost Path Algorithm 2020-10-10 16:50:25 +05:30
d87233cd1e Create FibonacciNumber.js (#378)
* Create FibonacciNumber.js

* Update FibonacciNumber.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-05 23:43:03 +05:30
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
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
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
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
4b76b49dbe Added CoinChange Algorithm (#260)
* Added CoinChange Algorithm

* Minor Changes

* Minor Changes

* Minor Changes
2020-08-19 23:51:02 +05:30
d7926369dd Added Levenshtein Distance Algorithm (#263) 2020-08-19 23:48:57 +05:30
b2b1ad3724 update (#197)
Co-authored-by: itsvinayak <itssvinayak@gmail.com>
2020-06-21 22:48:52 +05:30
5ba1cffb20 Optimizing maxSum updation (#186)
* Optimizing maxSum updation

compare maxSum with cummulativeSum only when cummulativeSum is greater than zero

* Fixing linter error
2020-06-12 18:04:18 +05:30
735f173fc2 Number of Subset equal to given sum (#174)
* Number of Subset equal to given sum

* Update and rename Number of Subset equal to given sum to NumberOfSubsetEqualToGivenSum.js

* Update NumberOfSubsetEqualToGivenSum.js
2020-05-22 08:44:22 +05:30
9000e1caaa Re-orgainze files and folders in the repository (#172)
* Re-orgainze files and folders in the repository

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-18 11:10:07 +05:30