Different Types of Linked Lists!

Posted by Jay on Stack Overflow See other posts from Stack Overflow or by Jay
Published on 2010-03-05T08:54:05Z Indexed on 2010/04/11 13:53 UTC
Read the original article Hit count: 303

Filed under:
|
|

What are the different types of Linked Lists which are commonly used?

I know and have used the following:

  1. Singly Linked List
  2. Doubly Linked List
  3. Circular List

What are the other kinds of lists that have been used by you or known to you?

© Stack Overflow or respective owner

Related posts about c

    Related posts about linked-list