hello-algo/en/docs/chapter_graph/index.md
2024-07-30 16:54:41 +08:00

21 lines
533 B
Markdown

---
comments: true
icon: material/graphql
---
# Chapter 9.   Graph
![Graph](../assets/covers/chapter_graph.jpg){ class="cover-image" }
!!! abstract
In the journey of life, each of us is a node, connected by countless invisible edges.
Each encounter and parting leaves a unique imprint on this vast graph of life.
## Chapter contents
- [9.1   Graph](graph.md)
- [9.2   Basic graph operations](graph_operations.md)
- [9.3   Graph traversal](graph_traversal.md)
- [9.4   Summary](summary.md)