📚 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
Write the base cases
B
Choose between memoization and tabulation
C
Define the state -- what variables uniquely describe a subproblem
D
Determine the iteration order
← Back to categories