Skip to content

Cut down implementation of the Countdown problem in Haskell

Notifications You must be signed in to change notification settings

fergusdixon/HaskellCountdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cut down implementation of the Countdown problem in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published