Several bug fixes and improments.

This commit is contained in:
krahets
2023-09-24 19:35:32 +08:00
parent 0f0892b8f5
commit e3773b7f76
16 changed files with 17 additions and 15 deletions
@@ -9,7 +9,7 @@ import (
"strconv"
)
/* 链式地址哈希表 */
/* 开放寻址哈希表 */
type hashMapOpenAddressing struct {
size int // 键值对数量
capacity int // 哈希表容量