[3] add hash table
This commit is contained in:
parent
a160c41a66
commit
85a4936d4c
3
pomelovsd/HashTable.py
Normal file
3
pomelovsd/HashTable.py
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
def
|
||||||
|
|
||||||
|
def ht_insert(buckets, name, phone):
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
" "
|
"import LinkedLists\n",
|
||||||
|
"import HashTable\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user