Files
hello-algo/ru/docs/chapter_graph/index.md
krahets 9d21ca86b0 build
2026-04-03 18:46:15 +08:00

22 lines
714 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
comments: true
icon: material/graphql
---
# Глава 9.   Графы
![Графы](../assets/covers/chapter_graph.jpg){ class="cover-image" }
!!! abstract
В жизни мы похожи на вершины, соединенные множеством невидимых ребер.
Каждая встреча и каждое расставание оставляют в этой огромной сети свой след.
## Содержание главы
- [9.1   Граф](graph.md)
- [9.2   Базовые операции графа](graph_operations.md)
- [9.3   Обход графа](graph_traversal.md)
- [9.4   Краткие итоги](summary.md)