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
- Host: GitHub
- URL: https://github.com/thsutton/talk-dynamic-programming
- Owner: thsutton
- Created: 2015-05-28T06:19:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T00:48:17.000Z (about 11 years ago)
- Last Synced: 2025-02-01T12:26:00.704Z (over 1 year ago)
- Language: Haskell
- Homepage: http://passingcuriosity.com/2015/retcon-and-dynamic-programming-talks/
- Size: 3.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/