Skip to content

queba/qgraph

Repository files navigation

QGraph - A Simple Graph Library in C

QGraph is a minimal graph library in C. It currently implements the classic BFS, DFS, topological sort algorithms, and Kruskal's algorithm to find the MST, supporting graphs represented in the adjacency lists form.

Check those *_test.c files for sample usages.

About

simple graph library in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages