Haskell Quiz/The Solitaire Cipher

From HaskellWiki
< Haskell Quiz
Revision as of 22:13, 14 December 2009 by Mcclurmc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The first puzzle of the rubyquiz series was to implement the Solitaire cipher [1] Bruce Schneier made for Neil Stephenson's Cryptonomicon [2]. The twist is that it's designed to be done by a Spy in a containment camp with no other tools than a deck of bridge cards.

When creating a page, be sure to categorise it as code, with a [[Category:Haskell Quiz]] tag.

The problem

Solutions