mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 10:26:29 +08:00
07f7eb12ff
* Capitalize all the headers, list headers and figure captions * Fix the term "LRU" * Fix the names of source code link in avl_tree.md * Capitalize only first letter for nav trees in mkdocs.yml * Update code comments * Update linked_list.md * Update linked_list.md
9 lines
262 B
Markdown
9 lines
262 B
Markdown
# Hash table
|
|
|
|
![Hash table](../assets/covers/chapter_hashing.jpg)
|
|
|
|
!!! abstract
|
|
|
|
In the world of computing, a hash table is akin to an intelligent librarian.
|
|
|
|
It understands how to compute index numbers, enabling swift retrieval of the desired book.
|