mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 10:14:44 +08:00
build
This commit is contained in:
@ -24,7 +24,7 @@ comments: true
|
||||
|
||||
**Q**:双向队列像是两个栈拼接在了一起,它的用途是什么?
|
||||
|
||||
双向队列就像是栈和队列的组合,或两个栈拼在了一起。它表现的是栈 + 队列的逻辑,因此可以实现栈与队列的所有应用,并且更加灵活。
|
||||
双向队列就像是栈和队列的组合或两个栈拼在了一起。它表现的是栈 + 队列的逻辑,因此可以实现栈与队列的所有应用,并且更加灵活。
|
||||
|
||||
**Q**:撤销(undo)和反撤销(redo)具体是如何实现的?
|
||||
|
||||
|
Reference in New Issue
Block a user