Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ Graph
TypeAlias
Graph
tasks/332.go:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
type
Queue []string
27
28
type
Graph
map
[string]*Queue
29
30
func
newGraph(tickets [][]string) *Graph {
31
g := make(Graph)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected