style: update logo

This commit is contained in:
2026-03-20 20:10:43 -04:00
parent 9ab96db43f
commit 87a1d386fe
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# <img height="30" src="assets/logo.svg"> Cuckoo
<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.