From bbea5ad5aa969386a033bcf168b3cc08a02804a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E6=B7=9E=E4=B8=B0?= <50102735+Arctic2333@users.noreply.github.com> Date: Wed, 4 Dec 2019 00:07:31 +0800 Subject: [PATCH] hash_seaarch --- search/hash_search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/hash_search.cpp b/search/hash_search.cpp index 372f5863e..94d87b58a 100644 --- a/search/hash_search.cpp +++ b/search/hash_search.cpp @@ -2,7 +2,7 @@ #include #include #define MAX 6 // Determines how much data -# define HASHMAX 5 // Determines the length of the hash table +# define HASHMAX 5 // Determines the length of the hash table /** * Hash Search Algorithm * Best Time Complexity Ω(1)