mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
feat(deque): add implementation of deque
This commit is contained in:
@@ -7,7 +7,6 @@ package chapter_stack_and_queue
|
||||
import "testing"
|
||||
|
||||
func TestArrayQueue(t *testing.T) {
|
||||
|
||||
// 初始化队列,使用队列的通用接口
|
||||
var queue Queue
|
||||
capacity := 10
|
||||
|
||||
Reference in New Issue
Block a user