Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8285625 commit ee5a3f2Copy full SHA for ee5a3f2
book/book.tex
@@ -16902,7 +16902,7 @@ \section{Hashtables}
16902
{\tt BetterMap}: if they are equal, the average number of items per
16903
LinearMap is 1, so it calls {\tt resize}.
16904
16905
-{\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
16906
one, and then ``rehashes'' the items from the old map to the new.
16907
16908
Rehashing is necessary because changing the number of LinearMaps
0 commit comments