Files
hello-algo/ru/docs/chapter_graph/index.md
krahets 37523d4ceb build
2026-03-29 02:26:00 +08:00

22 lines
749 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)