Closed mansi1309 closed 6 months ago
A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers , the task is to reverse the linked list.
A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers , the task is to reverse the linked list.