mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-25 22:46:20 +08:00
Add HashTable.
This commit is contained in:
parent
ce40b52e09
commit
6ffbd6eb55
@ -6,4 +6,4 @@
|
||||
|Insert |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…
Reference in New Issue
Block a user