Tip 1 : Just don't be a grasshopper and jump on different topics without doing topics completely
Tip 2 : Be patient, your time will come
Tip 1 : Whatever we mention on resume should be studied properly
Tip 2 : Don't make lengthy resume, it should be of single page only


Let’s say the age of players is [1,2,6,4] and the skill of players is [1,2,3,4]. We cannot take all players in the team as 3rd player is older than 4th player but 4th player has strictly greater skill than 3rd player. Therefore we can take anyone among them. Therefore the highest total skill of team which is possible is 7.



A leaf is a node with no children.
For the given binary tree
Output: 2
The shortest path is from root node 1 to leaf node 2 which contains 2 nodes in the path. Hence, the minimum depth is 2.
It was an online interview round




The left view of the above binary tree is {5, 7, 14, 25}.



Building red bus app using OOPs concept. In this we have to mention appropriate data structure that would be used in implementation.

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