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

From HaskellWiki
Jump to navigation Jump to search
(Added my solution)
Line 14: Line 14:
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Paul|Paul]] ([http://mult.ifario.us/articles/2006/10/25/solitaire-cipher-in-haskell accompanying narrative])
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Paul|Paul]] ([http://mult.ifario.us/articles/2006/10/25/solitaire-cipher-in-haskell accompanying narrative])
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Burton|Jim]]
 
* [[Haskell Quiz/The Solitaire Cipher/Solution Burton|Jim]]
  +
* [[Haskell Quiz/The Solitaire Cipher/Solution Igloo|Igloo]]

Revision as of 11:37, 27 October 2006

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:Code ] ] tag.

The problem

Solutions