hash
hash copied to clipboard
C hash implementation based on khash
Results
2
hash issues
Sort by
recently updated
recently updated
newest added
Key bug
1
a hash tabel contains a key that value="1234567" and I check the hash table with key value = "12345678", hash table does not return null but a pointer to the...
bug
**sorry,i'm a newbie,Who can tell me the problem of following code?** //code ``` int main(int args,char *argv[]) { hash_t *hash_tab = NULL; char k[32] = {0}; char cont[8] = {0};...