Tip 1 : prepared everything about your project you mentioned in resume.
Tip 2 : prepared example for every topic you learn
Tip 1 : don't write false things.
Tip 2 : write at least 2 projects
It was in afternoon and environment is good



1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
1) First find length of linked list through traversing.
2) then if length is odd then select the middle element.
3) If length is even then divide it by 2 and select next element after that.
It was in morning 10 am and environment was good.
1) tell me about yourself.
2) what are your strengths and weakness.
3) 1 puzzle asked (river crossing)
These are question as mainly for checking you communication and logical skills so properly answer it .

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?