answersLogoWhite

0

Doubly-linked lists, per Node, contain a pointer to the Node before the current Node, and the Node directly following. This is a lot of information to store, so it can sometimes be memory inefficient.

Compared to the Vector class, a list cannot be accessed through array notation (using square [4] brackets, with the number defining which Node to access). This means that a list must have an iterator to make it work and to make it editable.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

ReneRene
Change my mind. I dare you.
Chat with Rene
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
BeauBeau
You're doing better than you think!
Chat with Beau
More answers

· extra space for extra link fields

· maintaining extra link during insertion and deletion

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Disadvantage of doubly linked list
Write your answer...
Submit
Still have questions?
magnify glass
imp