Skip to content

Instantly share code, notes, and snippets.

@transitive-bullshit
Created September 27, 2017 02:58
Show Gist options
  • Save transitive-bullshit/759140f4a3ecd294485a6e37cfe19630 to your computer and use it in GitHub Desktop.
Save transitive-bullshit/759140f4a3ecd294485a6e37cfe19630 to your computer and use it in GitHub Desktop.
graph example
class Node {
string value
Array<Node> neighbors
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment