阅读背景:

在C中查找数组(vs链表)哈希表实现

来源:互联网 

I'm looking for a hashtable implementation in C that stores its objects in (twodimensional) arrays rather than linked lists. i.e. if a collision happens, the object that is causing the collision will be stored in the next free row index rather than pushed to the head and first element of a linked list.I'm looking for a hashtable implementation in C




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: