Blog posts

2019

INTRODUCTION TO DIGIT DP

less than 1 minute read

Published:

Dynamic Programming is a popular computer programming method which focuses on solving a given problem by solving its sub problems using the proper base conditions and memoization. There are various DP problems on the internet. Digit DP is one such technique. In this, the solution is made by playing with the digits.