CLI tool that works with graphs
- Storage and displaying graphs as:
- Counting Degree, Indegree, Outdegree, Edges, Arcs
- Input and output from console or file
There is no data validation, so beware of incorrect input!
- Input from console and file are identical
- Input file (input.txt), Output file (output.txt)
4
0 1 0 1
0 0 1 1
0 1 0 0
1 0 1 0
4 5
1 0 0 1 0
-1 1 0 0 1
0 1 -1 0 0
0 0 1 1 -1
7
1 2
1 4
2 3
2 4
3 2
4 1
4 3
4
2 2 4
2 3 4
1 2
2 1 3
Bug reports and/or pull requests are welcome
The repository is available as open source under the terms of the Apache License, Version 2.0