Files
hello-algo/ru/docs/chapter_heap/index.md
krahets e53a7f2498 build
2026-04-14 18:06:14 +08:00

22 lines
712 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/family-tree
---
# Глава 8.   Куча
![Куча](../assets/covers/chapter_heap.jpg){ class="cover-image" }
!!! abstract
Куча - это полное двоичное дерево, удовлетворяющее определенным условиям.
В максимальной и минимальной куче элемент на вершине всегда обладает самым выраженным приоритетом.
## Содержание главы
- [8.1   Куча](heap.md)
- [8.2   Построение кучи](build_heap.md)
- [8.3   Задача Top-k](top_k.md)
- [8.4   Резюме](summary.md)