Given a linked list, how to reverse a linked list in the most optimized time complexity in iterative way? Check out a very easy explanation. Blogs Interview Questions Reverse a Linked List – Iterative Way, Solution with example
Given two linked list, one linked list joins the other linked list at some point. How will you find the join point of the lists? Blogs Interview Questions How to find the joining point of two linked lists?