Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ deque
Method
deque
tasks/332.go:67–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(q *Queue) deque() string {
68
ret := (*q)[0]
69
*q = (*q)[1:]
70
return
ret
71
}
72
73
func
reverse(ss *[]string) {
74
n := len(*ss)
Callers
1
dfs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected