Thanks to visit codestin.com
Credit goes to bobluppes.github.io

Skip to main content

Graaf lib

A general-purpose lightweight graph library implemented in C++

Codestin Search App

Easy to Use

Graaf is designed as a lightweight alternative for Boost Graph. The library is created to be easy to use right from the start.

Codestin Search App

General-Purpose

Graphs can wrap arbitrary types, i.e. graaf::directed_graph<MyVertexClass, MyEdgeClass>

Codestin Search App

Lightning Fast

Graaf is written in C++ with performance in mind. This allows users to efficiently perform complex algorithms on large graphs.