From 7ca0ee1a1b1fc2b513282a49e3cfa17de09c7225 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Mon, 28 Jun 2021 14:08:13 +0200 Subject: [PATCH] Introduced CXXGraph Library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b342118..d660ff3 100644 --- a/README.md +++ b/README.md @@ -1037,3 +1037,5 @@ A curated list of awesome C++ frameworks, libraries and software. * [serge-sans-paille/pythran](https://github.com/serge-sans-paille/pythran) - a claimless python to c++ converter * [GPUOpen-Tools/CodeXL](https://github.com/GPUOpen-Tools/CodeXL) - CodeXL is a comprehensive tool suite that enables developers to harness the benefits of CPUs, GPUs and APUs. * [googlecartographer/cartographer_ros](https://github.com/googlecartographer/cartographer_ros) - Provides ROS integration for Cartographer. +* [CXXGraph](https://github.com/ZigRazor/CXXGraph) - Header-Only Graph library for C++ ( >= 17 ). +