ACM-ICPC-Algorithms icon indicating copy to clipboard operation
ACM-ICPC-Algorithms copied to clipboard

I think digital DP is also an important DP type for DP problems

Open 1170300229 opened this issue 6 years ago • 0 comments

Digital DP is the DP about calculate the occurrence of some special numbers in an assigned range. We often define the status with the digit of the special number. For more information, see the example

1170300229 avatar Jul 08 '19 15:07 1170300229