Data-Structures-and-Algorithms
Data-Structures-and-Algorithms copied to clipboard
Reverse linked lists
Implement and reverse:
- Singly Linked List
- Doubly Linked List
- Circular singly linked list.
- Circular doubly linked list