mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 09:49:49 +08:00
770 B
770 B
comments, icon
| comments | icon |
|---|---|
| true | material/table-search |
Chapter 6. Hash Table
!!! 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.
