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

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)!

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)