[4] start coding hash-table
This commit is contained in:
parent
7dbd3075b6
commit
8c642fea20
3
BudakovIS/docs/hash.py
Normal file
3
BudakovIS/docs/hash.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SIZE = 1000
|
||||
buckets = [None] * SIZE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user