文章分类 -  .Net

摘要:数据结构实现 private struct Entry { public int hashCode; // HashCode的低31位,低31位具有唯一性,-1表示这个Entry未占用 public int next; // 下一个Entry的索引,-1表示这个Entry是单向链表的末尾 publi 阅读全文
posted @ 2020-08-15 22:25 MatrixRuler 阅读(318) 评论(0) 推荐(0)