Skip to content

Commit

Permalink
Update Digit DP.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashishgup1 authored May 26, 2020
1 parent 436b7bd commit 3c53f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Digit DP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ int f(int k)
return ans;
}

//Example of using with both L and R: https://github.com/nachiketkanore/CP-Snippets/blob/master/Digit_DP_%5BL%2CR%5D_some_property.cpp

//Problem 1: https://codeforces.com/contest/1036/problem/C

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

0 comments on commit 3c53f4b

Please sign in to comment.