diff --git a/README.md b/README.md
index 6c43d1e..5990c28 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++
+
@@ -126,7 +132,7 @@ This repository lists some awesome public projects about C++20, C++23, C++26 and
## 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
@@ -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)