cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
720 stars 132 forks source link

Issue on page /chapters/ds/hash_tables.html #179

Open clarksmr opened 6 months ago

clarksmr commented 6 months ago

The amortized analysis of hash table insert doesn't account for array initialization costs. In lecture in SP24 I fixed that. Next I should propagate that content into OP.