8 lines
163 B
Markdown
8 lines
163 B
Markdown
<div align="center">
|
|
|
|
# <img height="30" src="assets/logo.svg"> Go Cuckoo
|
|
|
|
</div>
|
|
|
|
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.
|