We can find middle node from given linked list in one look of singly linked list using recursion (Ignoring stack removal access).
Following is implementation of above problem in c language.
Please write comments if you find anything wrong or you want to add something more related to this topic.
No comments:
Post a Comment
Write your comment here.