From 390a12b84e32a5cfaa3eb2cbd1ff2e59403f8beb Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Fri, 20 Mar 2026 19:32:57 -0400 Subject: [PATCH] style: add icon to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd37f8..78b2bc2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# go-cuckoo +# Cuckoo -A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. \ No newline at end of file +A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.