mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-15 10:50:23 +08:00
Prepare 1.0.0 release (#1044)
* Update the book with the thrid revised edition * Fix a typo * Update the contributors' information * Update the mindmap * Update the version number
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
**Q**:双向队列像是两个栈拼接在了一起,它的用途是什么?
|
||||
|
||||
双向队列就像是栈和队列的组合,或两个栈拼在了一起。它表现的是栈 + 队列的逻辑,因此可以实现栈与队列的所有应用,并且更加灵活。
|
||||
双向队列就像是栈和队列的组合或两个栈拼在了一起。它表现的是栈 + 队列的逻辑,因此可以实现栈与队列的所有应用,并且更加灵活。
|
||||
|
||||
**Q**:撤销(undo)和反撤销(redo)具体是如何实现的?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user