We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce40b52 commit 6ffbd6eCopy full SHA for 6ffbd6e
1 file changed
src/data-structures/hash-table/README.md
@@ -6,4 +6,4 @@
6
|Insert |O(1)* |
7
|Delete |O(1)* |
8
9
-* - 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.
0 commit comments