https://github.com/micheleriva/h99
99 Haskell Problems (solved)!
https://github.com/micheleriva/h99
Last synced: 7 months ago
JSON representation
99 Haskell Problems (solved)!
- Host: GitHub
- URL: https://github.com/micheleriva/h99
- Owner: micheleriva
- License: unlicense
- Created: 2019-04-05T15:44:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T13:32:46.000Z (over 6 years ago)
- Last Synced: 2025-02-07T12:47:24.273Z (8 months ago)
- Language: Haskell
- Size: 62.5 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Solutions for the [99 Haskell Problems](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems) serie!
I've added a complexity rating for every problem, from ★☆☆☆☆ to ★★★★★.Problems 01-10
Source: [https://wiki.haskell.org/99_questions/1_to_10](https://wiki.haskell.org/99_questions/1_to_10)
Solutions:
- [Problem 01 - ★☆☆☆☆](/src/01-10/h01.hs)
- [Problem 02 - ★☆☆☆☆](/src/01-10/h02.hs)
- [Problem 03 - ★☆☆☆☆](/src/01-10/h03.hs)
- [Problem 04 - ★☆☆☆☆](/src/01-10/h04.hs)
- [Problem 05 - ★☆☆☆☆](/src/01-10/h05.hs)
- [Problem 06 - ★☆☆☆☆](/src/01-10/h06.hs)
- [Problem 07 - ★☆☆☆☆](/src/01-10/h07.hs)
- [Problem 08 - ★☆☆☆☆](/src/01-10/h08.hs)
- [Problem 09 - ★☆☆☆☆](/src/01-10/h09.hs)
- [Problem 10 - ★☆☆☆☆](/src/01-10/h10.hs)Problems 11-20
Source: [https://wiki.haskell.org/99_questions/11_to_20](https://wiki.haskell.org/99_questions/11_to_20)
Solutions:
- [Problem 01 - ★★☆☆☆](/src/11-20/011.hs)# License
[Unlicense (Public Domain)](/LICENSE.md)