readme.txt

来自「hash表:用C++实现的HASH表及测试」· 文本 代码 · 共 14 行

TXT
14
字号
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 + =
减小字号Ctrl + -
显示快捷键?