Tip 1 : Be calm and introduce well
Tip 2 : Ask relevant doubts about the questions asked.
Tip 3 : Explain your projects well
Tip 1 : Make a well-formatted resume with numbers and facts and not stars etc.
Tip 2 : Have good projects either hosted live or on GitHub with a good readme



1. Do not print anything, just return an integer which is the maximum possible sum for the three stacks.
2.It is guaranteed that the elements in the stack are positive integers.
3.It can be proved that a non-negative integer answer always exists.
Find the sum of all elements of in individual stacks.
If the sum of all three stacks is the same, then this is the maximum sum.
Else remove the top element of the stack having the maximum sum among three of stacks.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?