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