Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richelbilderbeek/boost_graph_cookbook_1
Boost.Graph Cookbook 1: Basics
https://github.com/richelbilderbeek/boost_graph_cookbook_1
boost cpp cpp14 graph graph-tutorial tutorial
Last synced: 12 days ago
JSON representation
Boost.Graph Cookbook 1: Basics
- Host: GitHub
- URL: https://github.com/richelbilderbeek/boost_graph_cookbook_1
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2015-11-29T13:03:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T08:15:03.000Z (8 months ago)
- Last Synced: 2024-10-10T20:11:33.382Z (28 days ago)
- Topics: boost, cpp, cpp14, graph, graph-tutorial, tutorial
- Language: C++
- Homepage: http://richelbilderbeek.github.io/boost_graph_cookbook_1/
- Size: 36.2 MB
- Stars: 183
- Watchers: 19
- Forks: 29
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Boost.Graph Cookbook 1: Basics
Branch |[![GitHub Actions logo](pics/GitHubActions.png)](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions) |[![GitHub Actions logo](pics/GitHubActions.png)](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions) | [![Codecov logo](Codecov.png)](https://www.codecov.io)
---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
`master` |[![Build PDF document](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/build_pdf.yaml/badge.svg?branch=master)](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/build_pdf.yaml) | [![test_code](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/test_code.yaml/badge.svg?branch=master)](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/test_code.yaml) | [![codecov.io](https://codecov.io/github/richelbilderbeek/boost_graph_cookbook_1/coverage.svg?branch=master)](https://codecov.io/github/richelbilderbeek/boost_graph_cookbook_1/branch/master)
`develop`|[![Build PDF document](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/build_pdf.yaml/badge.svg?branch=develop)](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/build_pdf.yaml) | [![test_code](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/test_code.yaml/badge.svg?branch=develop)](https://github.com/richelbilderbeek/boost_graph_cookbook_1/actions/workflows/test_code.yaml) | [![codecov.io](https://codecov.io/github/richelbilderbeek/boost_graph_cookbook_1/coverage.svg?branch=develop)](https://codecov.io/github/richelbilderbeek/boost_graph_cookbook_1/branch/develop)[![gplv3](http://www.gnu.org/graphics/gplv3-88x31.png)](http://www.gnu.org/licenses/gpl.html)
[![cc-by-sa](http://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)'Boost.Graph Cookbook 1: Basics' is a C++ tutorial about Boost.Graph that is part of a series:
* [Boost.Graph Cookbook 1: Basics](https://github.com/richelbilderbeek/boost_graph_cookbook_1)
* [Boost.Graph Cookbook 2: Algorithms](https://github.com/mywtfmp3/boost_graph_cookbook_2)Downloads:
* [PDF](boost_graph_cookbook_1.pdf)
![Title graph](boost_graph_cookbook_1/title_graph.png)
This tutorial offers examples to use Boost.Graph that are:
* Orders concepts chronologically
* Increases complexity gradually
* Shows complete pieces of codeBoost.Graph is a C++ library that is part of [Boost](http://www.boost.org).
## I want to contribute!
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Other resources
* Siek, Jeremy G., Lie-Quan Lee, and Andrew Lumsdaine. Boost Graph Library: User Guide and Reference Manual, The. Pearson Education, 2001
* The Boost.Graph website, [http://www.boost.org/doc/libs/release/libs/graph/doc](http://www.boost.org/doc/libs/release/libs/graph/doc)