need for doubly linked list
From: dssuresh6 (dssuresh6.1fxslm_at_mail.codecomments.com)
Date: 11/18/04
- Next message: dssuresh6: "register variable"
- Previous message: Charlie Gordon: "Re: COMP3 Packed Decimals"
- Next in thread: Lew Pitcher: "Re: need for doubly linked list"
- Reply: Lew Pitcher: "Re: need for doubly linked list"
- Reply: Ben Pfaff: "Re: need for doubly linked list"
- Reply: Gordon Burditt: "Re: need for doubly linked list"
- Reply: J. J. Farrell: "Re: need for doubly linked list"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Nov 2004 12:11:08 -0600
Whether browsing forward or backward can be done using a singly linked
list. Is there any specific case where a doubly linked list is needed?
For people who say that singly linked list allows traversal only in one
direction, I would say that using appropriate loops/recursion, traversal
in opposite direction is also possible. Then why the need for doubly
linked list?
-- dssuresh6 ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------
- Next message: dssuresh6: "register variable"
- Previous message: Charlie Gordon: "Re: COMP3 Packed Decimals"
- Next in thread: Lew Pitcher: "Re: need for doubly linked list"
- Reply: Lew Pitcher: "Re: need for doubly linked list"
- Reply: Ben Pfaff: "Re: need for doubly linked list"
- Reply: Gordon Burditt: "Re: need for doubly linked list"
- Reply: J. J. Farrell: "Re: need for doubly linked list"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading