📜  具有双向链接的链表现实生活中的示例 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:16.454000             🧑  作者: Mango

代码示例1
- A music player which has next and prev buttons.
- Represent a deck of cards in a game.
- The browser cache which allows you to hit the BACK-FORWARD pages.
- Applications that have a Most Recently Used list (a linked list of file names)
- Undo-Redo functionality