⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个hash表的实现以及测试代码
💻 TXT
字号:
1. using c++ compilers to compile the test.c   c++ test.c   run a.out to test the case2. when you program ,please refer to test.ca) #include "hash.h"b) implement the hashKey & cmpFunc method3. performance compare   see a.out debug information,it is 100 times faster than sequence find4. you can put any data structure in hash queue

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -