Tip 1 : Practise aptitude questions
Tip 2 : Do competitive programming
Tip 3 : Buy any online course if possible
Tip 1 : Concise information
Tip 2 : Accurate and no false information and do at least 2 projects
Tip 1 : Go through the theory
Tip 2 : Do revision two or three times



For the trees given below:-

The given trees are identical as:-
1. The number of nodes in both trees is the same.
2. The number of edges in both trees is the same.
3. The data for root for both the trees is the same i.e 5.
4. The data of root -> left (root’s left child) for both the trees is the same i.e 2.
5. The data of root -> right (root’s right child) for both the trees is the same i.e 3.
6. The data of root -> right -> left ( left child of root’s right child) for both the trees is the same i.e 6.
7. Nodes with data 2 and 6 are the leaf nodes for both the binary trees.
Tip 1 : Be honest
Tip 2 : Be confident

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