MCPcopy 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

26type Queue []string
27
28type Graph map[string]*Queue
29
30func newGraph(tickets [][]string) *Graph {
31 g := make(Graph)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected