mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 00:36:28 +08:00
45e20e57a1
* FixBug:Update hash_map_open_addressing.java 1. put keyA, hashFunc 在位置 5 2 put key B, hashFunc 在位置 5. 和 A冲突,插入位置6 3. remove keyA,位置5removed 4. put keyB, hashFunc 在位置 5. 没有冲突,插入位置5 5. remove keyB, 位置5removed 6. get keyB, 此时会出bug,会访问到位置6. 实际上应为keyB 已经删除了 * Update hash_map_open_addressing.java * Update hash_map_open_addressing.java --------- Co-authored-by: Yudong Jin <krahets@163.com> |
||
---|---|---|
.. | ||
array_hash_map.java | ||
built_in_hash.java | ||
hash_map.java | ||
hash_map_chaining.java | ||
hash_map_open_addressing.java | ||
simple_hash.java |