Tip 1 : Solve coding question from all the topics upto medium level
Tip 2 : Get well versed with your main tech stack
Tip 3 : Practice real life system design questions
Tip 1 : Go to JD and try to mention maximum points which matches your skills
Tip 2 : Keep it short and crisp



Can you solve each query in O(logN) ?



‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’.
‘ARR1’ = [3 4 6 9 10]
Design make my trip backend






If the input tree is as depicted in the picture:
The Left View of the tree will be: 2 35 2

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?