[1] data_structures #186

Merged
kit8nino merged 13 commits from pomelovsd/2026-rff_mp:data_structures into develop 2026-05-30 11:37:01 +00:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit 85a4936d4c - Show all commits

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"
]
}
],