C语言实现的哈希表。

SongZihuan d754d2595a 修复了字符串比较的bug 5 年之前
.vscode 82080cb3fc HashTable实习存入和读取数据 5 年之前
LICENSE b8162fa291 Initial commit 5 年之前
README.md e578dafe23 update README.md 5 年之前
main d754d2595a 修复了字符串比较的bug 5 年之前
main.c d754d2595a 修复了字符串比较的bug 5 年之前
table.h ca90ca62a3 添加了注释 5 年之前
time_33 82080cb3fc HashTable实习存入和读取数据 5 年之前
time_33.c 82080cb3fc HashTable实习存入和读取数据 5 年之前

README.md

HashTable By C

实现了写入数据和读取数据,但为实现删除数据和释放内存 数据的key为字符串,value也为字符串 使用了time33算法,数组最大长度为1024 * 1024,可修改MAX_SIZE来改变大小