Difference between revisions of "Haskell Quiz/Secret Santas"

From HaskellWiki
Jump to navigation Jump to search
(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