Tip 1: Solve the DSA sheet
Tip 2: After solving the sheet, try to solve random problems
Tip 3: Prepare computer fundamentals and aptitude
Tip 1: Have some good projects handy.
Tip 2: Do not lie in your resume. Prepare resume very well.
It was at 6.45 pm. The interviewer asked me about my introduction, and after that, he asked me how I rate myself in coding. He then asked me two coding questions. He asked me 1 question regarding the output of the given code. He also conducted an HR round on the same call. Asked me about my expectations and why I joined IIT.



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.

used 2 pointer method to solve this problem



In the given linked list, there is a cycle, hence we return true.

using fast and slow pointer i solved this question

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