Difference between revisions of "Haskell Quiz"

From HaskellWiki
Jump to navigation Jump to search
m (sampling)
m (grid folding)
Line 16: Line 16:
   
 
57. [[Haskell Quiz/Weird Numbers|Weird Numbers]]
 
57. [[Haskell Quiz/Weird Numbers|Weird Numbers]]
  +
  +
63. [[Haskell Quiz/Grid Folding|Grid Folding]]
   
 
76. [[Haskell Quiz/Text Munger|Text Munger]]
 
76. [[Haskell Quiz/Text Munger|Text Munger]]

Revision as of 17:09, 27 October 2006

A collection of solutions to the Ruby quiz puzzles in simple, elegant Haskell.

As you solve the puzzles, please contribute your code, and create a page for the puzzle entries. When creating a new page for your source, be sure to categorise it as code, with a [ [ Category:Code ] ] tag.

The Puzzles

1. The Solitaire Cipher

2. Secret Santas

31. Amazing Mazes

39. Sampling

57. Weird Numbers

63. Grid Folding

76. Text Munger

93. Happy Numbers

97. Posix Pangrams