Skip to content

Instantly share code, notes, and snippets.

@transitive-bullshit
Created September 27, 2017 03:00
Show Gist options
  • Save transitive-bullshit/738913d2a8d664dc57ea81427fa15130 to your computer and use it in GitHub Desktop.
Save transitive-bullshit/738913d2a8d664dc57ea81427fa15130 to your computer and use it in GitHub Desktop.
graph example 2
class Graph {
Array<int> nodes;
Array<[ int, int ]> edges
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment