diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,10 +21,12 @@ g++ main.cpp -o circgraph `circgraph` takes input from stdin in the following format: +``` <source_node> <sink_node> <node1> [<neighbor1> <resistance2>]... <node2> ... <noden> +``` See the `testX.txt` files for more. |