SpiceQA
Questions
Tags
Users
Badges
dynamic-programming
dynamic-programming
35 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Finding minimum number of steps to reach (x,y) from (1,1) : we can increment number by using condition (x,y+x)or(x+y,x)
Javeed
0
•
asked Sep 6, 2022
0
2
62
dynamic
recursion
dynamic-programming
python
Minimmum jumps to reach at the end (Recursive)
Muhammad Hasan Nadeem
0
•
asked Sep 6, 2022
0
0
15
depth-first-search
recursion
dynamic-programming
Dynamic programming solution inappropriate for change-making problem?
jbuddy_13
0
•
asked Sep 5, 2022
-1
2
42
dynamic-programming
python
Appending to two dimensional List<string>
NUM1NEX
0
•
asked Sep 5, 2022
0
0
59
string
c#
dynamic-programming
algorithm
can anyone explain this code? this is the solution for Number of good pairs problem
usertxBl1
0
•
asked Sep 5, 2022
-4
2
57
java
dynamic-programming
Prev
Prev
1
2
3
4
(current)
Hot Questions