Haskell Quiz/Secret Santas: Difference between revisions

From HaskellWiki
(refine cat)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
==The problem==
==The problem==


* http://www.rubyquiz.com/quiz2.html
* http://www.rubyquiz.com/quiz2.html ([http://web.archive.org/web/20130215052222/http://rubyquiz.com/quiz2.html Cached Version])
 


==Solutions==
==Solutions==
Line 10: Line 9:
* [[Haskell Quiz/Secret Santas/Solution Matthias|Matthias]]
* [[Haskell Quiz/Secret Santas/Solution Matthias|Matthias]]
* [[Haskell Quiz/Secret Santas/Solution Kuklewicz|Kuklewicz]] - A backtracking solution
* [[Haskell Quiz/Secret Santas/Solution Kuklewicz|Kuklewicz]] - A backtracking solution
* [[Haskell Quiz/Secret Santas/Solution Anton|Anton]]

Latest revision as of 15:24, 28 March 2013


The problem

Solutions