Tip 1 : Practice atleast 2-3 questions per day
Tip 2 : Dont stick to only 1 problem, try to solve other if it takes longer time
Tip 1: Resume should be mention all your details
Tip 2: Dont add things on which you are not comfortable. eg. if you are not very good in machine learning, then dont write it



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?




Asked some behavioural questions and questions on resume

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