Skip to content

Instantly share code, notes, and snippets.

@hinsencamp
Created May 30, 2019 07:59
Show Gist options
  • Save hinsencamp/803af1382dbab92565d7e30769019589 to your computer and use it in GitHub Desktop.
Save hinsencamp/803af1382dbab92565d7e30769019589 to your computer and use it in GitHub Desktop.
function Graph() {
this.graph = {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment