[3] add hash table

This commit is contained in:
4eker 2026-04-16 15:05:54 +03:00
parent a160c41a66
commit 85a4936d4c
3 changed files with 5 additions and 1 deletions

3
pomelovsd/HashTable.py Normal file
View File

@ -0,0 +1,3 @@
def
def ht_insert(buckets, name, phone):

View File

@ -15,7 +15,8 @@
}
],
"source": [
" "
"import LinkedLists\n",
"import HashTable\n"
]
}
],