mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-07 06:44:57 +08:00
fine tune
This commit is contained in:
@ -92,7 +92,7 @@ class HashMapChaining:
|
||||
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 测试代码
|
||||
# 初始化哈希表
|
||||
hashmap = HashMapChaining()
|
||||
|
||||
# 添加操作
|
||||
|
Reference in New Issue
Block a user