This repo implements solutions in PureScript, a strict functional programming language, for the exercises in the book, "Algorithm Design with Haskell" by Richard S. Bird and Jeremy Gibbons, which uses Haskell, a lazy functional programming language.
The main contribution here is that solutions cannot depend on laziness, which is used heavily throughout the book.
Support the authors by buying the book or view it online via the link above.
- Chapter 1 Exercises
- Chapter 2 Exercises - skipped for the time being
- Chapter 3 Exercises - WIP
- Chapter 4 Exercises
- Chapter 5 Exercises
- Chapter 6 Exercises
- Chapter 7 Exercises
- Chapter 8 Exercises
- Chapter 9 Exercises
- Chapter 10 Exercises
- Chapter 11 Exercises
- Chapter 12 Exercises
- Chapter 13 Exercises
- Chapter 14 Exercises
- Chapter 15 Exercises
- Chapter 16 Exercises