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: 327
What are the different types of Linked Lists which are commonly used?
I know and have used the following:
- Singly Linked List
- Doubly Linked List
- Circular List
What are the other kinds of lists that have been used by you or known to you?
© Stack Overflow or respective owner