About Me

Sunday, February 8, 2009

Double-Ended Linked List

Double-Ended Linked List

List structures have both a head and a tail,
so nodes may be appended to the list,
and the first and last nodes may be removed.

"Nodes have both forward and backward pointers, so both traversals are natural, and nodes may be inserted or removed before or after any node.It would be easy to add circular variants as well[Wiki]".


References:

http://books.google.com.ph/books?id=1lCHYj5eV-EC&pg=PA139&lpg=PA139&dq=double-ended+linked+list&source=bl&ots=ca8pfQGsoc&sig=5lDix0HRM5VN8WdT2TWORGS800o&hl=tl&ei=dyqSSYCLEobRkAXZroyEDA&sa=X&oi=book_result&resnum=6&ct=result

No comments:

Post a Comment