Haskell Quiz/Secret Santas: Difference between revisions

From HaskellWiki
No edit summary
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Code]]
[[Category:Haskell Quiz|Secret Santas]]


==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==


* [[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]]

Latest revision as of 15:24, 28 March 2013


The problem

Solutions