Small library to interpret, store and sort a Directed Acyclic Graph.
Prerequisites: gcc
or clang
Building:
$ git clone https://github.com/fill1890/graphing.git
$ cd graphing
$ make
Usage:
$ bin/graph_test # Test over a predefined graph
$ bin/read_file <file> # Read a graph file, formatted as "<one> (<|>) <two>" with each relation on a new line
Reference src/graph.h
for library usage.
DrewDotCo, 2022