IntermediateVocabulary#software-architecture#developer-tools#backend

Doubly Linked List Vocabulary

Build fluency in the vocabulary of a linked list whose nodes track both a previous and a next neighbor.

0 / 5 completed
1 / 5
At standup, a dev mentions a linked list where every node holds pointers to both its next and its previous neighbor, letting the list be traversed forward or backward and letting a node be removed in constant time given just a reference to it. What is this structure called?