利用數組和鏈表實現簡單的哈希表

<span style="font-size:18px;">/** * 利用數組和鏈表實現簡單的哈希表 * @author xxxu * */ public class HashTable { //哈希表的大小 private int m=0; //鏈表數組,請看上篇<a target=_blank href="http://blog.csdn.net/u012976340/arti
相關文章
相關標籤/搜索