Tip 1 : Keep consistency in problem-solving.
Tip 2 : Do have a look at the editorial for getting the best approach to solve a problem.
Tip 1 : Try to add numeric data in your resume.
Tip 2 : Avoid adding the information not at all related to the domain you are applying for.
The interviewer asked me the questions about basic C++ OOPs concepts and some questions related to data structures like linked list and arrays.


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.

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