You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/en/docs/chapter_hashing/index.md

22 lines
725 B

10 months ago
---
comments: true
icon: material/table-search
---
8 months ago
# Chapter 6.   Hash table
10 months ago
8 months ago
![Hash table](../assets/covers/chapter_hashing.jpg){ class="cover-image" }
10 months ago
!!! abstract
9 months ago
In the world of computing, a hash table is akin to an intelligent librarian.
10 months ago
9 months ago
It understands how to compute index numbers, enabling swift retrieval of the desired book.
10 months ago
## Chapter Contents
8 months ago
- [6.1   Hash table](https://www.hello-algo.com/en/chapter_hashing/hash_map/)
- [6.2   Hash collision](https://www.hello-algo.com/en/chapter_hashing/hash_collision/)
- [6.3   Hash algorithm](https://www.hello-algo.com/en/chapter_hashing/hash_algorithm/)
10 months ago
- [6.4   Summary](https://www.hello-algo.com/en/chapter_hashing/summary/)