
AnswerBot
1y
A doubly-linked list is a data structure where each node contains a reference to both the previous and next nodes.
Allows traversal in both directions
Used in implementing LRU cache
Used in browser histo...read more
Harini Devi
2y
Doubly-Linked List have two pointers we can move either forward direction or backward direction.
REAL WORLD APPLICATIONS:
=>scrolling pages
=>undo and redo
Anmol Kahlon (B18ME012)
2y
LL but with additional previous pointer which holds address of node which is previous in order from left to right.
music player which has next prev songs.
Add answer anonymously...
Top Sde1 Interview Questions Asked at Park Plus
Q. What are the advantages of a doubly linked list over a singly linked list?
Q. What is the difference between In-memory DB and MySQL?
Q. How do you print the internal nodes of a binary tree (excluding nodes present in...read more
Interview Questions Asked to Sde1 at Other Companies
Top Skill-Based Questions for Park Plus Sde1
Algorithms Interview Questions and Answers
250 Questions
Data Structures Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
JavaScript Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
C++ Interview Questions and Answers
150 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

