Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citizen428/99-haskell-problems
"H-99: Ninety-Nine Haskell Problems" - Solutions
https://github.com/citizen428/99-haskell-problems
Last synced: 2 days ago
JSON representation
"H-99: Ninety-Nine Haskell Problems" - Solutions
- Host: GitHub
- URL: https://github.com/citizen428/99-haskell-problems
- Owner: citizen428
- Created: 2010-12-06T20:30:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-11T11:28:06.000Z (over 12 years ago)
- Last Synced: 2023-04-18T07:01:35.165Z (over 1 year ago)
- Language: Haskell
- Homepage: http://www.haskell.org/haskellwiki/99_questions
- Size: 93.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
My solutions to the [99 Haskell
Problems](http://www.haskell.org/haskellwiki/99_questions).The file are structured according to the subpages on the Haskell wiki,
all randomness (e.g. 21-28 followed by 31-41) comes from that.I usually come up with my own solution, then compare it to the ones in
the wiki. If I see anything I like, I make sure I understand how it
works and then incorporate it into my own solution.