-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDP_CN.txt
75 lines (32 loc) · 1.59 KB
/
DP_CN.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
//////////////////////////////////////////////////////DP1//////////////////////////////////////////////////////
Hasan and Trip
https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/practice-problems/algorithm/hasan-and-trip-1/
Vanya and GCD Array
https://www.hackerearth.com/practice/algorithms/dynamic-programming/2-dimensional/practice-problems/algorithm/vanya-and-gcd-array/
Roy and Coin Boxes
https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/practice-problems/algorithm/roy-and-coin-boxes-1/
Jon Snow and his favourite number
https://codeforces.com/problemset/problem/768/C
Alyona and Spreadsheet
https://codeforces.com/problemset/problem/777/C
Angry Children
https://www.hackerrank.com/challenges/angry-children-2/problem
//////////////////////////////////////////////////////DP2//////////////////////////////////////////////////////
PARTY - Party Schedule
https://www.spoj.com/problems/PARTY/
MAIN72 - Subset sum
https://www.spoj.com/problems/MAIN72/
MISERMAN - Wise And Miser
https://www.spoj.com/problems/MISERMAN/
Trader Profit
https://www.hackerrank.com/contests/gs-codesprint/challenges/trader-profit
Charlie and Pilots
https://www.spoj.com/problems/MPILOT/
SQRBR - Square Brackets
https://www.spoj.com/problems/SQRBR/
Distinct Subsequences
https://leetcode.com/problems/distinct-subsequences/
Smallest Super-Sequence
https://www.geeksforgeeks.org/shortest-common-supersequence/
Shortest Uncommon Subsequence
https://www.geeksforgeeks.org/shortest-uncommon-subsequence/