Skip to content

Commit 6ffbd6e

Browse files
committed
Add HashTable.
1 parent ce40b52 commit 6ffbd6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data-structures/hash-table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
|Insert |O(1)* |
77
|Delete |O(1)* |
88

9-
* - assuming that we have "good" hash function and big enough hash table size so that collisions are rare.
9+
* assuming that we have "good" hash function and big enough hash table size so that collisions are rare.

0 commit comments

Comments
 (0)