Simple Graph in C

Many computational applications naturally involve not just a set of items, but also a set of connections between pairs of those items. Is there a way to get from one item to another by following the connections? How many other items can be reached from a given item? What is the best way to get from this item to the other item?.”
Robert Sedgewick

_config.yml

Graph ADT

Adjacency Matrix Implementation

Basic test program (main function)

Written on March 24, 2015