From 51aebb8f64d8cb43be4c7e66a0e15e51d1504822 Mon Sep 17 00:00:00 2001 From: Bob Luppes Date: Sun, 6 Aug 2023 19:04:22 +0200 Subject: [PATCH] add Graaf library to Graph section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b96319..fba1f53 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ | Library | Stars | Description | License | |--- | ---| ---|--- | | [CXXGraph](https://github.com/ZigRazor/CXXGraph) | [![GitHub stars](https://img.shields.io/github/stars/ZigRazor/CXXGraph?style=social)](https://github.com/ZigRazor/CXXGraph/stargazers/)       | Graph Representation and Algorithms Library >= C++17                               | [![License](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](https://opensource.org/licenses/AGPL-3.0)           | +| [Graaf](https://github.com/bobluppes/graaf) | [![GitHub stars](https://img.shields.io/github/stars/bobluppes/graaf?style=social)](https://github.com/bobluppes/graaf/stargazers/) | A general-purpose lightweight C++20 graph library. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/) | ## GUI