Difference between revisions of "Haskell Quiz/Secret Santas"

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

Revision as of 23:38, 10 August 2011


The problem


Solutions