From 01337f05fb62262e1c3b3e6dd051e0e124616b9a Mon Sep 17 00:00:00 2001 From: lbx Date: Thu, 28 Sep 2023 18:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E8=BA=AB=E8=B5=9B=E4=B8=80=E7=BA=A7?= =?UTF-8?q?=E8=B5=9B=E9=A2=981=EF=BC=8C=E5=AE=9E=E7=8E=B0=E5=93=88?= =?UTF-8?q?=E5=B8=8C=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP_Framework/Applications/app_test/test_hash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP_Framework/Applications/app_test/test_hash/README.md b/APP_Framework/Applications/app_test/test_hash/README.md index e83e75d82..f85bda698 100644 --- a/APP_Framework/Applications/app_test/test_hash/README.md +++ b/APP_Framework/Applications/app_test/test_hash/README.md @@ -41,7 +41,7 @@ typedef struct hashMap { ## 3. 测试程序说明 -测试了哈希表的插入键值对(Put),判断键是否存在(Exist),获取键对应的值(Get), 删除健(Delete),迭代遍历哈希表(hashMapIterator),清空哈希表(Clear)等操作。 +测试了哈希表的插入键值对(Put),判断键是否存在(Exist),获取键对应的值(Get), 删除健(Remove),迭代遍历哈希表(hashMapIterator),清空哈希表(Clear)等操作。 并展示了利用线性探测法解决哈希冲突的示例, 多个原hashcode相同的人(Bob和Luna;Annie、Daniel和Li Ming)的新hashcode(存放的地址)不同。 ## 4. 运行结果(##需结合运行测试截图按步骤说明##)