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.