Testing Weighted or Unweighted Graph From Given Adjacency Matrix
This is a simple C source code written in gcc paltform (Ubuntu, Linux). It tests whether the adjacency matrix represents Weighted or unweighted graph. Actually This reads a text file & then checks the above condition. Change the path of the text file in code. Thanks.
- Read more about Testing Weighted or Unweighted Graph From Given Adjacency Matrix
- Log in or register to post comments
- 27 views