Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed May 14, 2021
2 parents 0e09133 + ee5a3f2 commit 49a6f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16903,7 +16903,7 @@ \section{Hashtables}
{\tt BetterMap}: if they are equal, the average number of items per
LinearMap is 1, so it calls {\tt resize}.
{\tt resize} make a new {\tt BetterMap}, twice as big as the previous
{\tt resize} makes a new {\tt BetterMap}, twice as big as the previous
one, and then ``rehashes'' the items from the old map to the new.
Rehashing is necessary because changing the number of LinearMaps
Expand Down

0 comments on commit 49a6f31

Please sign in to comment.