Introduction to DIGIT DP

For people who wish to learn another dp technique known as DIGIT DP.

Introduction to Digit DP

I discuss the following concepts in this video:

  1. What exactly is Digit DP?
  2. What are the types of problems I can solve with Digit DP?
  3. Discussing a sample problem and it’s brute force solution.
  4. Building up an intuition towards a DP based solution.
  5. Further discussing another concept required for solving Digit DP problems.
  6. Coding the solution which we came up with.

video link: Introduction to Digit Dynamic Programming - YouTube

Google Kick Start Round H 2020: Boring Numbers

I’ll discuss a problem named boring numbers that comes from a Google kick start round.
Problem link: google kick start problem
Solution: Digit Dynamic Programming: Problem 2 | Google Kick Start 2020 problem - YouTube

SPOJ: Digit Sum

Problem link: SPOJ.com - Problem PR003004
Solution: Digit DP: Digit Sum | SPOJ - YouTube

Practice Problems:

  1. SPOJ.com - Problem CPCRC1C
  2. SPOJ.com - Problem NUMTSN
  3. SPOJ.com - Problem PR003004
  4. https://codeforces.com/contest/628/problem/D
  5. https://codeforces.com/gym/100886/problem/G
  6. ENCODING Problem - CodeChef
8 Likes

thank you for such nice content :slight_smile:

1 Like