[4] start coding hash-table

This commit is contained in:
IvanBud123 2026-02-28 05:13:10 +03:00
parent 7dbd3075b6
commit 8c642fea20

3
BudakovIS/docs/hash.py Normal file
View File

@ -0,0 +1,3 @@
SIZE = 1000
buckets = [None] * SIZE