Haskell Quiz/The Solitaire Cipher: Difference between revisions

From HaskellWiki
(Haskell Quiz/The Solitaire Cipher moved to Haskell Quiz/The Solitaire Cipher/Solution Don: extended page hierarchy to make room for multiple solutions and discussion for each puzzle)
 
No edit summary
Line 1: Line 1:
#redirect [[Haskell Quiz/The Solitaire Cipher/Solution Don]]
The first puzzle of the rubyquizz series was to implement the Solitaire cipher [http://en.wikipedia.org/wiki/Solitaire_(cipher)] Bruce Schneier made for Neil Stephenson's Cryptonomicon [http://en.wikipedia.org/wiki/Cryptonomicon].  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.
 
<b>The problem:</b>
 
* http://www.rubyquiz.com/quiz1.html
 
<b>Solutions:</b>
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Don|Don]]

Revision as of 07:06, 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: