Different types of linked list

So far, we have dealt with the kind of list known as a singly linked list, or linear linked list. However, there are also several different types of linked lists based on the operations involved:

  • Doubly linked list
  • Circular linked list
  • Multi-linked list
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset