Commit Graph

26 Commits

Author SHA1 Message Date
Ravi Desai
ddb7614535
Removing redundant if condition
for loop above if condition is starting from coin and operation is increment in loop
so value of i will be always >= coin 
hence if condition is redundant there
2018-07-05 10:57:20 +05:30
Christian Bender
0aae345163
Merge pull request #226 from sanghaisubham/editdistance
Implementation of Edit Distance in Java
2018-03-31 16:54:58 +02:00
unknown
1a953fe456 Modified Data Dynamic Programming folder .java file name and class name 2017-12-17 01:15:38 +09:00
Nishita Aggarwal
9dc1ac2b7f
Update KadaneAlgorithm.java 2017-12-08 02:36:20 +05:30
NISHITA97
62fdf0d44e Kadane's Algorithm added 2017-12-08 02:33:47 +05:30
Varun Upadhyay
7208bdd52e
Create CoinChange.java 2017-11-05 09:35:25 -08:00
DESKTOP-0VAEMFL\joaom
20d0bb2c69 Merge branch 'master' of https://github.com/freitzzz/Java
# Conflicts:
#	Data Structures/HashMap/HashMap.java
#	Huffman.java
#	Misc/FloydTriangle.java
#	Misc/Huffman.java
#	Misc/InsertDeleteInArray.java
#	Misc/RootPrecision.java
#	Misc/ft.java
#	Misc/root_precision.java
#	Others/FloydTriangle.java
#	Others/Huffman.java
#	Others/insert_delete_in_array.java
#	Others/root_precision.java
#	insert_delete_in_array.java
2017-10-28 12:59:58 +01:00
DESKTOP-0VAEMFL\joaom
467b917416 Improved files and folders name conventions and moved lost files to Misc folder 2017-10-28 12:58:07 +01:00
Chetan Kaushik
9fd0548ff9 Merge pull request #156 from dpacmen/patch-7
Add Eggdroping puzzle
2017-10-27 15:00:34 +05:30
Kenneth Nero
2a1fc02648 Many quality of code changes
Removing unused imports, cleaning up (at a base level) code, and removing some package declarations. By no means did I get all of them.
2017-10-26 19:56:18 -04:00
sanghaisubham
35771f2b5a Updted Edit Distance In Java by adding description 2017-10-20 20:06:46 +05:30
Chetan Kaushik
b7b9443a4d Merge pull request #137 from daniel-mueller/coding-style-fixes
turned some public methods private
2017-10-19 18:13:47 +05:30
Chetan Kaushik
acc6f31bc7 Merge pull request #137 from daniel-mueller/coding-style-fixes
turned some public methods private
2017-10-18 22:52:22 +05:30
Rahul Jain
ea62951117 Add Longest Common Subsequence algorithm (DP) 2017-10-13 03:43:31 +05:30
Deepak
cc4fda5d0c updated
proper spacing
2017-10-05 19:32:03 +05:30
Deepak
a92743cd6f Add Eggdroping puzzle
Dynamic Programming solution for the popular Egg Dropping Puzzle
2017-10-05 19:26:35 +05:30
Daniel Müller
3f25ae8501 turned some public methods private 2017-10-03 18:26:07 +02:00
Chetan Kaushik
e44016cd97 Merge pull request #132 from dpacmen/patch-5
Rodcuting dp approach in java
2017-10-03 14:52:22 +05:30
Chetan Kaushik
76b130e387 Merge pull request #119 from dheeraj92/master
Corrected method call
2017-10-03 14:51:35 +05:30
Deepak
b67efdf79e rodcuting dp approach
A Dynamic Programming solution for Rod cutting problem
2017-10-03 10:16:32 +05:30
Deepak
455876723b add 0-1 knapsack
Very frequently asked DP problem
2017-10-03 09:38:34 +05:30
Dheeraj Kumar Barnwal
f6c64409c0 Corrected method call 2017-10-01 22:55:25 +05:30
icalF
dc8114c17d Add longest increasing subsequence 2017-09-29 10:47:05 +07:00
kv19971
0957f33275 added levenshtein distance dp implementation 2017-09-29 00:43:08 +08:00
Varun Upadhyay
73e05940ea Added bottom up approach 2017-09-04 14:40:12 -07:00
Varun Upadhyay
0d4cfbabe6 Added Fibanacci using memoization 2017-09-04 14:08:12 -07:00