jeffgerickson / algorithms

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

[Oops.] Possible Typo in Textbook? #200

Open vardhandongre opened 4 years ago

vardhandongre commented 4 years ago

Please verify that the error is present in the most recent revision before reporting. Chapter number or note title: [title] Chapter 3 Dynamic Programming; Section 3.1 Matravrtta Page number: [page] Page number 97 Error description: [error] 16th line in book: "these leaves represent the calls to RecRibo(1)" Suggested fix (if any): [fix] suggested edit: RecRibo(1) should be RecFibo(1)