Day - 559
Solved a challenging Digit DP problem today ⚡
Counted peaks and valleys across an entire number range efficiently instead of checking each number one by one.
#1000DaysOfCode#LeetCode#DSA#Python#DigitDP
Missed solving the Digit DP problem in my last contest… but honestly, that’s where the real learning started.
Sometimes the questions you don’t solve teach you the most.
On to the next contest, stronger 🚀
Solution : leetcode.com/problems/count-…#LeetCode#DigitDP#DSA@X#CPP
Day 1️⃣ -> I am doing questions from #Interviewbit .
Today l, I did 2 questions , one was solved using PnC , this one was easy.
Second, this was solved by using digitDp which I knew nothing about. I watched a video and read some articles and that did it.#100DaysOfCode ☮️