Typo in load factor (Chapter #5 hash tables)
alewis729 opened this issue · 1 comments
alewis729 commented
Description
Hey, I wanted to point out that I found a discrepancy on the recommended time to resize a hash table. The images are from chapter 5 Hash tables, pages 92 & 94.
I'm guessing that in page 94, the highlighted load factor should also be 0.7 instead of .07.
Thanks for the amazing work on the book btw! I'm really loving how well concepts are explained.

