Options
All
  • Public
  • Public/Protected
  • All
Menu

Module 2. Doubly Linked List

Doubly linked List is a sequentially linked data items which are not stored in consecutive spaces. Each data item has a data-object and they point to the next and previous data items / nodes.