mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-23 17:54:27 +08:00

* Add Ruby code blocks to documents * Remove Ruby code from en/docs * Remove "center-table" class in index.md * Add "data-toc-label" to handle the latex heading during the build process * Use normal JD link instead. * Bug fixes
10 lines
262 B
Markdown
10 lines
262 B
Markdown
# 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.
|