mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-25 01:27:13 +00:00
build
This commit is contained in:
@@ -3,15 +3,15 @@ comments: true
|
||||
icon: material/table-search
|
||||
---
|
||||
|
||||
# Chapter 6. Hashing
|
||||
# Chapter 6. Hash Table
|
||||
|
||||
{ class="cover-image" }
|
||||
{ class="cover-image" }
|
||||
|
||||
!!! abstract
|
||||
|
||||
In the world of computing, a hash table is like a clever librarian.
|
||||
|
||||
They know how to calculate call numbers, enabling them to quickly locate the target book.
|
||||
It knows how to compute call numbers, allowing it to quickly locate the desired book.
|
||||
|
||||
## Chapter contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user