Difference between revisions of "Haskell Quiz/Secret Santas"

From HaskellWiki
Jump to navigation Jump to search
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Code]]
+
[[Category:Haskell Quiz|Secret Santas]]
   
 
==The problem==
 
==The problem==
Line 10: Line 10:
 
* [[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]]

Revision as of 23:38, 10 August 2011


The problem


Solutions