Skip to content

alemoraru/H-99

Repository files navigation

H-99: Ninety-Nine Haskell Problems

This repository contains my solutions to the problems that can be found here.
For most of the exercises I tried multiple solutions, either via list comprehensions, recursion, high-order functions or pattern matching where possible.

The problems

How to navigate?

  1. To find individual solutions and alternatives, navigate the above markdown tree structure.
  2. Make sure you have stack installed on your machine
  3. To run the solutions locally and also test some of them, use the following commands in your terminal:
stack build

This will run the tests in the test folder:

stack test

Notes:

  • While I did check my solutions locally, I did not make use of property based testing (yet) such as QuickCheck so it is entirely possible that I made some mistakes somewhere. In case you find such errors, please create an issue and do let me know of them, thanks!
  • This repository is currently a work in progress, therefore not all exercises have solutions!

About

My solutions to H-99: Ninety-Nine Haskell Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published