Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 234 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 234 Bytes

cGraph

A directed simple sparse graph api written in c.

The cGAlg.h and cGAlg.c defines the Dijkstra algorithm and the k shortest path algorithm.

I would be very grateful if you can add some other graph algorithms for it.