Last active
March 11, 2018 18:49
-
-
Save dimitriye98/a481ed0d3b4b09f31735966300979102 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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