Solving the 99 Haskell problems
Go to file
Sayantan Santra 52b3adeb6f
new: Solved problems 46 to 50
2024-05-26 04:52:21 -05:00
Problems 01-10 chg: Padded folder name as well 2024-05-24 18:51:30 -05:00
Problems 11-20 new: Solved problems 11 to 20 2024-05-24 18:50:16 -05:00
Problems 21-28 chg: Only import the required functions 2024-05-26 00:36:26 -05:00
Problems 31-41 new: Solved problems 31 to 41 2024-05-26 01:13:00 -05:00
Problems 46-50 new: Solved problems 46 to 50 2024-05-26 04:52:21 -05:00
LICENSE docs: First commit 2024-05-24 15:59:16 -05:00
README.md docs: Added link to base repo 2024-05-24 17:09:54 -05:00

README.md

Solutions to H-99: Ninety-Nine Haskell Problems

I'm learning Haskell. So, I decided to solve the problems listed here for practicing.

I'm using the great book Learn You a Haskell for Great Good by Miran Lipovača (and now maintained by the community) available to read for free here. I'll recommend it highly if anyone else decides to embark of this journey.

Link to the base repo.