hactoberfest2022
hactoberfest2022 copied to clipboard
Maximum sum using stack
Given three stacks of positive integers
Find a possible equal maximum sum of the stacks.
Constraints: Removal is permitted from the top of the stack.