mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
Add HashTable.
This commit is contained in:
parent
ce40b52e09
commit
6ffbd6eb55
@ -6,4 +6,4 @@
|
|||||||
|Insert |O(1)* |
|
|Insert |O(1)* |
|
||||||
|Delete |O(1)* |
|
|Delete |O(1)* |
|
||||||
|
|
||||||
* - assuming that we have "good" hash function and big enough hash table size so that collisions are rare.
|
* assuming that we have "good" hash function and big enough hash table size so that collisions are rare.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user