This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
CHashTable
mirror of
https://github.com/SongZihuan/CHashTable.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
CHashTable
/
README.md
README.md
237 B
Permalink
History
Raw
HashTable By C
实现了写入数据和读取数据,但为实现删除数据和释放内存 数据的key为字符串,value也为字符串 使用了time33算法,数组最大长度为1024 * 1024,可修改MAX_SIZE来改变大小