Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/okasaki-hs
Algorithms from Purely Functional Data Structures in Haskell
https://github.com/kisom/okasaki-hs
Last synced: 18 days ago
JSON representation
Algorithms from Purely Functional Data Structures in Haskell
- Host: GitHub
- URL: https://github.com/kisom/okasaki-hs
- Owner: kisom
- Created: 2014-04-06T22:19:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T01:50:57.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T02:46:47.004Z (about 1 month ago)
- Language: Haskell
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## okasaki
This is an attempt at implementing the data structures from Okasaki's
_Purely Functional Data Structures_ in Haskell. It's on Github to
share with members of the "Okasaki For Great Justice" group.Modules:
* PFDS.Stack: implementation of the stack from chapter 2