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

22 lines
721 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/table-search
---
# Глава 6.   Хеш-таблицы
![Хеш-таблицы](../assets/covers/chapter_hashing.jpg){ class="cover-image" }
!!! abstract
В мире компьютеров хеш-таблица похожа на сообразительного библиотекаря.
Он умеет вычислять шифр хранения и потому быстро находит нужную книгу.
## Содержание главы
- [6.1   Хеш-таблица](hash_map.md)
- [6.2   Хеш-коллизии](hash_collision.md)
- [6.3   Хеш-алгоритмы](hash_algorithm.md)
- [6.4   Резюме](summary.md)