jeffgerickson / algorithms

Bug-tracking for Jeff's algorithms book, notes, etc.
7.92k stars 1.02k forks source link

[Oops.] Optimal Binary Search Tree, recurrence #299

Open Heuzi opened 1 week ago

Heuzi commented 1 week ago

Please verify that the error is present in the most recent revision before reporting. Yes, the error is found on the recently downloaded PDF version and book version Chapter number or note title: [title] 2.8 Optimal Binary Search Trees Page number: [page] page 92 Error description: [error] Screenshot 2024-10-08 090949

Suggested fix (if any): [fix] f[i] should be replaced with f[j].