add Graaf library to Graph section

This commit is contained in:
Bob Luppes
2023-08-06 19:04:22 +02:00
parent 94df6f320d
commit 51aebb8f64

View File

@@ -296,6 +296,7 @@
| Library | Stars | Description | License | | 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)           | | [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 ## GUI