style: no center

This commit is contained in:
2026-03-20 20:20:19 -04:00
parent 87a1d386fe
commit c049f430ac
3 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
<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.