8000 GitHub - fill1890/graphing: Basic DAG implementation in C
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fill1890/graphing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAG Graphing

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

About

Basic DAG implementation in C

Resources

License

Activity 430C

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0