An open API service indexing awesome lists of open source software.

https://github.com/thsutton/talk-dynamic-programming

Talk: Dynamic Programming in Haskell
https://github.com/thsutton/talk-dynamic-programming

Last synced: over 1 year ago
JSON representation

Talk: Dynamic Programming in Haskell

Awesome Lists containing this project

README

          

Dynamic Programming in Haskell
==============================

This repository contains code and documentation from my talk about dynamic
programming on May 27, 2015 at [FPSyd][1], Sydney's functional programming
meetup.

The repository contains the following:

- The code for my presentation is located in `slides/`.

- [Haskell][2] implementations of the algorithms implementations are located in
`haskell/`.

- [SML][3] implementations of the algorithms describes are located in `sml/`.

[1]: http://fp-syd.ouroborus.net/
[2]: https://www.haskell.org/
[3]: http://sml-family.org/