Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1690. Stone Game VII
Two players alternately remove the leftmost or rightmost stone and score the sum of the remaining stones; compute the final score difference under optimal play. This is an interval DP / zero-sum game problem solvable by DP over subarrays (using prefix sums to get remaining-sum rewards) to maximize the current player's score difference.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.