Problem 766. Implement Solitaire cipher for N long deck.

Implement the solitaire cypher.

Given a starting permutation of numbers [1:N], deck, generate M values for the keystream. The small joker will be value N-1, the big joker will be N.

This is an update of this problem.

Solution Stats

48.72% Correct | 51.28% Incorrect
Last Solution submitted on Jun 02, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers17

Suggested Problems

More from this Author51

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!