From 8c642fea20ea0861127b81aeb4b71385ac4d87e9 Mon Sep 17 00:00:00 2001 From: IvanBud123 Date: Sat, 28 Feb 2026 05:13:10 +0300 Subject: [PATCH] [4] start coding hash-table --- BudakovIS/docs/hash.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 BudakovIS/docs/hash.py 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 +