Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 546 Bytes

HaskellCountdown

An implementation of a cut-down Countdown Problem

It only uses add and multiply.

The spec was given as an assignment in the UCT functional programming module.

Mark: 100%

Just some notes on the modules:

Each question is exported as QuestionX. Later questions import from earlier ones

In Question1 I have also included a show function to allow easy reading of Question6's output. You can check the output within GHCi by loading Question6 and calling solve xs x