Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Reverse linked lists

Open tirthasheshpatel opened this issue 6 years ago • 0 comments

Implement and reverse:

  1. Singly Linked List
  2. Doubly Linked List
  3. Circular singly linked list.
  4. Circular doubly linked list

tirthasheshpatel avatar Oct 09 '19 03:10 tirthasheshpatel