Skip to content

Commit 68693d4

Browse files
Added Practice Problems from Codeforces
1 parent edea689 commit 68693d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dynamic_programming/intro-to-dp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Of course, the most important trick is to practice.
153153
* [LeetCode - 1137. N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number/description/)
154154
* [LeetCode - 118. Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/description/)
155155
* [LeetCode - 1025. Divisor Game](https://leetcode.com/problems/divisor-game/description/)
156+
* [Codeforces - Vacations](https://codeforces.com/problemset/problem/699/C)
157+
* [Codeforces - Hard problem](https://codeforces.com/problemset/problem/706/C)
156158
* [Codeforces - Zuma](https://codeforces.com/problemset/problem/607/b)
157159
* [LeetCode - 221. Maximal Square](https://leetcode.com/problems/maximal-square/description/)
158160
* [LeetCode - 1039. Minimum Score Triangulation of Polygon](https://leetcode.com/problems/minimum-score-triangulation-of-polygon/description/)

0 commit comments

Comments
 (0)