Tip 1 : you should have very strong one programming language
Tip 2 : you should have good knowledge of your academic project
Tip 1 : it should be of one page
Tip 2 : Highlights your technical skills which you are confident
It is purely a Data Structure Round. Interview asked as much array problems and complexity problems
Secondly you should have great knowledge of your projects which you have mentioned in your Resume.



Tip 1:First line contains an integer denoting the test cases 'T'. T testcases follow. .
Tip 2:Each testcase contains two lines of input. First line contains N the size of the array A.
Tip 3: The second line contains the elements of the array



1. The array consists of only 3 distinct integers 0, 1, 2.
2. The array is non-empty.
Tip 1:You don't need to read input or print anything.
Tip 2:Your task is to complete the function sortArr() which takes the list of integers and the size N as inputs and returns the modified list.
This is 2nd Technical Round + HR round and Interview asked again DSA questions



Tip 1:You don't need to read input or print anything.
Tip 2: Your task is to complete the function findDist() which takes the root node of the Tree and the two node values a and b as input parameters and returns the minimum distance between the nodes represented by the two given node values.

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