- quora links
- Are-there-any-good-resources-or-tutorials-for-dynamic-programming-besides-the-TopCoder-tutorial
- How-can-I-effectively-practice-Dynamic-Programming-to-improve-my-skills
- What-are-systematic-ways-to-prepare-for-dynamic-programming/answer/Michal-Danil%C3%A1k
- DP problems on codeforces
- DP problems categorized in codeforces
- Dynamic Programming Optimizations
- TOPCODER TUTORIAL
- https://community.topcoder.com/tc?module=Static&d1=features&d2=040104
- https://www.topcoder.com/community/data-science/data-science-tutorials/dynamic-programming-from-novice-to-advanced/
- shakil vaia's blog
- shafaet's planet
#<knapsack, coin change or similar>
Problems:
lightoj:
- 1047
- 1200
- 1231
- 1232
- LOJ 1017 - Brush (III)
uva:
- 147
- 357
- 562
- 674
- 990
- 1213
- 10130
- 10664
- 11137
SPOJ:
- KNAPSACK- knapsack problem
- RPLB - blueberries
#<bitmask>
Problems:
Lightoj:
#<Longest Common Subsequence>
Problems:
lightoj:
- 1110
- 1159
- 1013 love calculator
#<Longest Increasing Subsequence>
Problems:
uva:
- 111
- 231
- 481
- 497
- 10131
#<Digit DP>
Problems:
Lightoj:
- 1032
- 1068
- 1140
- 1205
uva:
- uva 10036
#<Interval DP>
#<Probability and Expected Value>
Problems:
Lightoj:
- 1030
- 1027 discovering maze
- 1050 marbles
- 1038 race to 1 again
- lightoj 1064 throwing dice
#<String Edit>
#<Prefix DP>
Problems:
- SPOJ Alphacode - Counting DP
- LOJ 1044 - Palindrome Partitioning
#<Grid Reduction/Traversal DP>
Problems:
Lightoj:
SPOJ:
#<Palindrome related>
Problems:
Lightoj:
- 1025
- 1033
#<Non Classical>
Problems:
Lightoj:
- 1005
- 1057
- 1122
- 1191
uva:
- 10721
- 10910
- 10943
- 11407
#<DP on Tree>
#<Edit Distance>
#<Subset Mask>
#<Loop Reduction DP>
#<Space Reduction DP>
#<Subset Mask>
#<Loop Reduction DP>
#<Space Reduction DP>
No comments:
Post a Comment