This commit is contained in:
krahets
2024-01-28 22:31:08 +08:00
parent 545e15bc81
commit 84520801e2
19 changed files with 5579 additions and 57 deletions

View File

@ -0,0 +1,25 @@
---
comments: true
icon: material/table-search
---
# Chapter 6.   Hash Table
<div class="center-table" markdown>
![Hash Table](../assets/covers/chapter_hashing.jpg){ class="cover-image" }
</div>
!!! abstract
In the world of computing, a hash table is like a wise librarian.
He knows how to calculate index numbers, allowing it to quickly locate the target book.
## Chapter Contents
- [6.1 &nbsp; Hash Table](https://www.hello-algo.com/en/chapter_hashing/hash_map/)
- [6.2 &nbsp; Hash Collision](https://www.hello-algo.com/en/chapter_hashing/hash_collision/)
- [6.3 &nbsp; Hash Algorithm](https://www.hello-algo.com/en/chapter_hashing/hash_algorithm/)
- [6.4 &nbsp; Summary](https://www.hello-algo.com/en/chapter_hashing/summary/)