egonSchiele / grokking_algorithms

Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in load factor (Chapter #5 hash tables)

alewis729 opened this issue · comments

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.

image

image

Thanks for the amazing work on the book btw! I'm really loving how well concepts are explained.