A _________ linked list is a type of linked list where each node's next pointer points to the previous node.
- Binary
- Circular
- Doubly
- Linear
A doubly linked list is one in which each node has two pointers, one pointing to the next node and one pointing to the previous node, forming a bidirectional sequence.
Loading...
Related Quiz
- What is the primary function of the Transport layer in the TCP/IP model?
- How does RESTful API differ from SOAP-based web services?
- Which SDLC model is best suited for large projects with uncertain or evolving requirements?
- Which type of index organizes data in a tree structure for fast retrieval?
- What is the difference between pre-emptive and non-preemptive scheduling of threads?