diff options
| author | Franklin Wei <me@fwei.tk> | 2018-11-11 21:30:19 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2018-11-11 21:30:19 -0500 |
| commit | 125f5265630323238957d74564b6dd6d301612c5 (patch) | |
| tree | b641082bc0aef8f46e32faa712d7305af7e27786 | |
| parent | b79dbbe6f8514469c07695a6f85e555332e56ca1 (diff) | |
| download | circgraph-125f5265630323238957d74564b6dd6d301612c5.zip circgraph-125f5265630323238957d74564b6dd6d301612c5.tar.gz circgraph-125f5265630323238957d74564b6dd6d301612c5.tar.bz2 circgraph-125f5265630323238957d74564b6dd6d301612c5.tar.xz | |
Fix readme
| -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. |