EGBland / libliz

some little C libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libliz

Some little C libraries, written for fun and for utility in some other projects.

To compile

Enter one of the directories (e.g. libgraph) and do make. The header files are in include and the resultant library object file is the .a file, e.g. libgraph.a.

libgraph

Undirected graph library. Currently writing a minimum spanning tree function. Will add geodesic metric and related node properties (central/peripheral nodes, diameter, etc).

libstack

A potentially naïve C implementation of a stack.

About

some little C libraries


Languages

Language:C 94.0%Language:Makefile 6.0%