Skip to content

Commit

Permalink
Typo in math mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel-anieli committed Dec 18, 2023
1 parent cd88825 commit 68e9bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ implement a dictionary. Just a few are:
Each of these approaches has their own performance characteristics,
memory footprints, etc. For example, a table of size $n$ with open
addressing has no collisions and holds up to $n$ elements, with a single
comparison for successful lookup, and a table of size $n$_ with chaining
comparison for successful lookup, and a table of size $n$ with chaining
and $k$ keys has the minimum $\max(0, k-n)$ collisions and $\mathcal{O}(1 + k/n)$
comparisons for lookup. While for skip lists the performance
characteristics are about as good as that of randomly-built binary
Expand Down

0 comments on commit 68e9bbc

Please sign in to comment.