/boost_graph_cookbook_1

Boost.Graph Cookbook 1: Basics

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Boost.Graph Cookbook 1: Basics

Branch Travis CI logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.io

gplv3cc-by-sa

'Boost.Graph Cookbook 1: Basics' is a C++ tutorial about Boost.Graph that is part of a series:

Downloads:

  • Stable: PDF (v3.0)
  • Unstable: PDF (v3.0.?)
  • Oldskool (also discusses named and custom vertices and edges): PDF (v2.0)

Title graph

This tutorial offers examples to use Boost.Graph that are:

  • Orders concepts chronologically
  • Increases complexity gradually
  • Shows complete pieces of code

Boost.Graph is a C++ library that is part of Boost.

I want to contribute!

See CONTRIBUTING.md.

Other resources