Tip 1 : Communication important
Tip 2 : Handle logics
Tip 3 : Take time to prepare
Tip 1 : Mention projects
Tip 2 : Have 1 page resume and mention all the latest technologies used in your projects.



The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.




An array ‘B’ is a subarray of an array ‘A’ if ‘B’ that can be obtained by deletion of, several elements(possibly none) from the start of ‘A’ and several elements(possibly none) from the end of ‘A’.



If the given array is [4, 2, 9] then you should print "3 5 6 7 8". As all these elements lie in the range but not present in the array.

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