From 06b04de9fab3cffac44ce49e51787900efb55191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Musia=C5=82?= <111433005+SpectraL519@users.noreply.github.com> Date: Mon, 4 May 2026 16:02:26 +0200 Subject: [PATCH 1/2] Added the Graph Theory section and the CPP-GL library --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c43d1e..b6f4829 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ This repository lists some awesome public projects about C++20, C++23, C++26 and - [Summary](#summary) - [Learning Resources](#learning-resources) - [LeetCode](#leetcode) - - [Data Structure and Algorithm](#data-structure-and-algorithm) + - [Data Structures and Algorithms](#data-structure-and-algorithm) + - [Graph Theory](#graph-theory) - [Parallel and Async Library](#parallel-and-async-library) - [Scientific Computation](#scientific-computation) - [Optimization Framework](#optimization-framework) @@ -66,6 +67,11 @@ This repository lists some awesome public projects about C++20, C++23, C++26 and +## Graph Theory + + - [SpectraL519/cpp-gl](https://github.com/SpectraL519/cpp-gl) : About +General-purpose Template Graph and Hypergraph Library for Modern C++ + @@ -196,4 +202,4 @@ This repository lists some awesome public projects about C++20, C++23, C++26 and - 微信公众号「码尘」 - [2024-04-19,C++20 Coroutine 实战](https://mp.weixin.qq.com/s/1vR-jfgunUfSw-MgWEnckg) - 微信公众号「编程宇航员」 - - [2024-11-27,C++高性能编程:如何快速释放 vector 占用内存?](https://mp.weixin.qq.com/s/Kk9p3Sy34aB_8FaCPEh4Vw) \ No newline at end of file + - [2024-11-27,C++高性能编程:如何快速释放 vector 占用内存?](https://mp.weixin.qq.com/s/Kk9p3Sy34aB_8FaCPEh4Vw) From 28bcbe346cc13ad0812aa06bd97bc37ff2fb5035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Musia=C5=82?= <111433005+SpectraL519@users.noreply.github.com> Date: Mon, 4 May 2026 16:04:56 +0200 Subject: [PATCH 2/2] Updated CPP-AP reference to use the new library name: CPP-ARGON --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f4829..5990c28 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ General-purpose Template Graph and Hypergraph Library for Modern C++ ## Argument Parser - - [SpectraL519/cpp-ap](https://github.com/SpectraL519/cpp-ap) : Argument Parser for C++20. + - [SpectraL519/cpp-argon](https://github.com/SpectraL519/cpp-argon) : Command-Line Argument Parser for C++20