Skip to content

Instantly share code, notes, and snippets.

@sausheong
Created May 2, 2022 21:34
Show Gist options
  • Save sausheong/3d0aba09f2f1aec3ad0b9e02c5217831 to your computer and use it in GitHub Desktop.
Save sausheong/3d0aba09f2f1aec3ad0b9e02c5217831 to your computer and use it in GitHub Desktop.
mst
type NodePair struct {
node *Node
edge *Edge
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment