Skip to content

Instantly share code, notes, and snippets.

@sausheong
Created May 2, 2022 21:27
Show Gist options
  • Save sausheong/218cb9a66374cf3428a040b52a49bf09 to your computer and use it in GitHub Desktop.
Save sausheong/218cb9a66374cf3428a040b52a49bf09 to your computer and use it in GitHub Desktop.
mst
type Subgraph struct {
nodes []*Node
pairs []*NodePair
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment