Module solve_leetcode::problems::problem_0877 [−][src]
Modules
f(i, j)
represents:
when starting with piles[i..=j]
,
the one who starts first will get f(i, j)
more than the other one.
f(i, j)
represents:
when starting with piles[i..=j]
,
the one who starts first will get f(i, j)
more than the other one.