Skip to content

Instantly share code, notes, and snippets.

@dimitriye98
Last active March 11, 2018 18:49
Show Gist options
  • Save dimitriye98/a481ed0d3b4b09f31735966300979102 to your computer and use it in GitHub Desktop.
Save dimitriye98/a481ed0d3b4b09f31735966300979102 to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"name": "a"
},
{
"name": "b"
}
],
"edges": [
{
"source": "a",
"dest": "b",
"capacity": 10
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment