Skip to content

Commit 3c53f4b

Browse files
authored
Update Digit DP.cpp
1 parent 436b7bd commit 3c53f4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Digit DP.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ int f(int k)
3636
return ans;
3737
}
3838

39+
//Example of using with both L and R: https://github.com/nachiketkanore/CP-Snippets/blob/master/Digit_DP_%5BL%2CR%5D_some_property.cpp
40+
3941
//Problem 1: https://codeforces.com/contest/1036/problem/C
4042

43+
//Problem 2: https://codeforces.com/contest/628/problem/D
44+

0 commit comments

Comments
 (0)