Add HashTable.

This commit is contained in:
Oleksii Trekhleb 2018-03-28 09:30:30 +03:00
parent ce40b52e09
commit 6ffbd6eb55

View File

@ -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.