Skip to content

Commit 71710b7

Browse files
committed
update comments
1 parent b924bf0 commit 71710b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copypasta/deque.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package copypasta
22

33
// 双端队列
4-
// 用两个 slice 拼在一起实现
4+
// 用两个 slice 头对头拼在一起实现
55
// 另一种实现是 make 个两倍大小的 slice,然后用两个下标 s t 模拟
66
// 应用见 graph.go 中的 01 最短路
77

0 commit comments

Comments
 (0)