Testing Simple Graph From Given Adjacency Matrix
This simple C source code is written in gcc paltform (Ubuntu, Linux). It tests whether the given adjacency matrix represents a Simple graph or not. Simple Graph is a graph that does not contain any parallel edge & self-loop. Thanks.
- Read more about Testing Simple Graph From Given Adjacency Matrix
- Log in or register to post comments
- 18 views