摘要: 这里是12.10随笔。 题目留档:实现线性探测法的查找函数。 函数接口定义: Position Find( HashTable H, ElementType Key ); 其中HashTable是开放地址散列表,定义如下: define MAXTABLESIZE 100000 /* 允许开辟的最大散 阅读全文
posted @ 2024-12-10 22:55 Thanatos。syts 阅读(1) 评论(0) 推荐(0) 编辑