News

There are two way to reverse a linked list that are using recursion or using iteration. This operation takes O(n) time complexity during iteration method.