Haskell Quiz/Countdown

From HaskellWiki
< Haskell Quiz
Revision as of 00:46, 31 October 2006 by Dolio (talk | contribs) (creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This question was based on a UK game show. Given a target number, a set of source numbers which may be used at most once, and the 4 basic arithmetic operators (+, -, *, /), construct the whole number closest to the target.

The Problem

Solutions