{"id":16113390,"url":"https://github.com/richelbilderbeek/boost_graph_cookbook_1","last_synced_at":"2025-09-11T13:36:53.060Z","repository":{"id":45071692,"uuid":"47063716","full_name":"richelbilderbeek/boost_graph_cookbook_1","owner":"richelbilderbeek","description":"Boost.Graph Cookbook 1: Basics","archived":false,"fork":false,"pushed_at":"2024-03-24T08:15:03.000Z","size":37936,"stargazers_count":185,"open_issues_count":4,"forks_count":29,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-09-01T01:09:51.871Z","etag":null,"topics":["boost","cpp","cpp14","graph","graph-tutorial","tutorial"],"latest_commit_sha":null,"homepage":"http://richelbilderbeek.github.io/boost_graph_cookbook_1/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richelbilderbeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-11-29T13:03:35.000Z","updated_at":"2025-06-25T12:34:40.000Z","dependencies_parsed_at":"2023-02-08T09:17:09.398Z","dependency_job_id":"9bd3a203-199a-4b54-a870-6cdf6b65fb05","html_url":"https://github.com/richelbilderbeek/boost_graph_cookbook_1","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/richelbilderbeek/boost_graph_cookbook_1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fboost_graph_cookbook_1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fboost_graph_cookbook_1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fboost_graph_cookbook_1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fboost_graph_cookbook_1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richelbilderbeek","download_url":"https://codeload.github.com/richelbilderbeek/boost_graph_cookbook_1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Fboost_graph_cookbook_1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274647034,"owners_count":25324288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boost","cpp","cpp14","graph","graph-tutorial","tutorial"],"created_at":"2024-10-09T20:11:33.043Z","updated_at":"2025-09-11T13:36:53.025Z","avatar_url":"https://github.com/richelbilderbeek.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boost.Graph Cookbook 1: Basics\n\nBranch   |[![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)\n---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n`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)\n`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)\n\n[![gplv3](http://www.gnu.org/graphics/gplv3-88x31.png)](http://www.gnu.org/licenses/gpl.html)\n[![cc-by-sa](http://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)\n\n'Boost.Graph Cookbook 1: Basics' is a C++ tutorial about Boost.Graph that is part of a series:\n\n * [Boost.Graph Cookbook 1: Basics](https://github.com/richelbilderbeek/boost_graph_cookbook_1)\n * [Boost.Graph Cookbook 2: Algorithms](https://github.com/mywtfmp3/boost_graph_cookbook_2)\n\nDownloads:\n\n * [PDF](boost_graph_cookbook_1.pdf)\n\n![Title graph](boost_graph_cookbook_1/title_graph.png)\n\nThis tutorial offers examples to use Boost.Graph that are:\n\n * Orders concepts chronologically\n * Increases complexity gradually\n * Shows complete pieces of code\n\nBoost.Graph is a C++ library that is part of [Boost](http://www.boost.org).\n\n## I want to contribute!\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Other resources\n\n  * Siek, Jeremy G., Lie-Quan Lee, and Andrew Lumsdaine. Boost Graph Library: User Guide and Reference Manual, The. Pearson Education, 2001\n  * The Boost.Graph website, [http://www.boost.org/doc/libs/release/libs/graph/doc](http://www.boost.org/doc/libs/release/libs/graph/doc)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Fboost_graph_cookbook_1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichelbilderbeek%2Fboost_graph_cookbook_1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Fboost_graph_cookbook_1/lists"}