Reddit Reddit reviews Algorithms: A Functional Programming Approach (International Computer Science Series)

We found 2 Reddit comments about Algorithms: A Functional Programming Approach (International Computer Science Series). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Science
Algorithms: A Functional Programming Approach (International Computer Science Series)
Check price on Amazon

2 Reddit comments about Algorithms: A Functional Programming Approach (International Computer Science Series):

u/globules · 2 pointsr/haskell

There's an old book, Algorithms: A Functional Programming Approach, by Rabhi and Lapalme that builds a small library for doing dynamic programming using the tabular approach. I can't find my copy at the moment, so I can't tell you whether or not they derive it from memoization.