Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 299 Bytes

Graphit

Graphit is a graph library implementation in C.

It is possible to create weighted and unweighted graphs with it, and contains implementations of some classical algorithms.

Implemented algorithms

The following algorithms are implemented at the moment.

  • Kruskal
  • Prim
  • Dijkstra