Dynamic Programming21 sections · 916 units
Open in CourseQuiz: Can I Win State
Understanding the bitmask
Check Your Understanding
In Can I Win, why is a bitmask used to represent the state?
- A.To track which numbers have already been chosen
- B.To count moves made
- C.To represent the target sum
- D.To store the current player turn