Algo-DP
The rod-cutting problem (1-D)
pseudocode
1 |
|
in python
1 |
|
Matrix-chain multiplication (2-D)
Iteration
pseudocode
1 |
|
in python
1 |
|
Recursive
pseudocode
1 |
|
python
1 |
|
Memoization
1 |
|
1 |
|
Longest common subsequence (LCS)
pseudocode
1 |
|
python
1 |
|
OBST
pseudocode
1 |
|
python
1 |
|
Algo-DP
http://example.com/2021/11/07/Algo-DP/