translation: Add the initial translation of the hashing chapter (#1066)

* Add the initial translation of the hashing chapter

* Fix
This commit is contained in:
Yudong Jin
2024-01-28 22:22:36 +08:00
committed by GitHub
parent 244c04fe44
commit 0bd4c34b9a
18 changed files with 1063 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
# Hash Table
<div class="center-table" markdown>
![Hash Table](../assets/covers/chapter_hashing.jpg)
</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.