From 9ab96db43f9f3d06723bc4cf37641dcdee39927d Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Fri, 20 Mar 2026 19:50:07 -0400 Subject: [PATCH] style: use SVG instead in README.md --- README.md | 2 +- assets/logo.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/logo.svg diff --git a/README.md b/README.md index 78b2bc2..74fccd3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Cuckoo +# Cuckoo A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 0000000..2a6becd --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file