Difference between revisions of "Haskell Quiz/The Solitaire Cipher"

From HaskellWiki
Jump to navigation Jump to search
Line 9: Line 9:
   
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Don|Don]]
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Don|Don]]
  +
* [[Haskell Quiz/The Solitaire Cipher/Solution Matthias|Matthias]]

Revision as of 07:11, 26 October 2006

The first puzzle of the rubyquizz 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.

The problem:

Solutions: