📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Dynamic Programming
/
The DP Problem-Solving Framework
The DP Problem-Solving Framework
Question 1 of 6
What is the first step when approaching a DP problem using the 5-step framework?
A
Choose between memoization and tabulation
B
Define the state -- what variables uniquely describe a subproblem
C
Determine the iteration order
D
Write the base cases
← Back to categories