diff --git a/BudakovIS/docs/hash.py b/BudakovIS/docs/hash.py new file mode 100644 index 00000000..6ad22226 --- /dev/null +++ b/BudakovIS/docs/hash.py @@ -0,0 +1,3 @@ +SIZE = 1000 +buckets = [None] * SIZE +