mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Update stack in Go
This commit is contained in:
@@ -114,7 +114,7 @@ comments: true
|
||||
|
||||
=== "Go"
|
||||
|
||||
```go title="queue.go"
|
||||
```go title="queue_test.go"
|
||||
/* 初始化队列 */
|
||||
// 在 Go 中,将 list 作为队列来使用
|
||||
queue := list.New()
|
||||
|
||||
Reference in New Issue
Block a user