mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
Update stack in Go
This commit is contained in:
@@ -119,7 +119,7 @@ comments: true
|
||||
|
||||
=== "Go"
|
||||
|
||||
```go title="deque.go"
|
||||
```go title="deque_test.go"
|
||||
/* 初始化双向队列 */
|
||||
// 在 Go 中,将 list 作为双向队列使用
|
||||
deque := list.New()
|
||||
|
||||
Reference in New Issue
Block a user