package main const MAX_EDGES int = 3 type Node struct { Data City Edges [MAX_EDGES]Edge }