Computer Science, asked by ubpatil0524, 7 months ago

doubly linked list and give there applications.​

Answers

Answered by Anonymous
3

Answer:

Doubly linked list can be used in navigation systems where both front and back navigation is required. It is used by browsers to implement backward and forward navigation of visited web pages i.e. back and forward button. It is also used by various application to implement Undo and Redo functionality.

Answered by llUnknown23ll
1

Explanation:

Doubly linked list can be used in navigation systems where both front and back navigation is required. It is used by browsers to implement backward and forward navigation of visited web pages i.e. back and forward button. It is also used by various application to implement Undo and Redo functionality.

Similar questions