Dynamic Programming21 sections · 916 units
Open in CourseQuiz: Can I Win
Knowledge check
Check Your Understanding
In Can I Win, if the sum of all choosable integers is less than the target, what should the function return?
- A.False, because neither player can reach the target
- B.True, because the first player can always win
- C.The function should throw an error
- D.It depends on whose turn it is