Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s='ThE qUiCk BrOwN fOx JuMpEd OvEr ThE lAzY dOg';
se = 'YjR wIoVl NtPeM gPc Ki<[Rf PbRt YjR ;SxU fPh';
assert(isequal(Qwerty_decode(se),s))
decoded_str =
'ThE qUiCk BrOwN fOx JuMpEd OvEr ThE lAzY dOg'
|
2 | Pass |
s='abcdefghijklmnopqrstuvwxyz';
se='snvfrghjokl;,mp[wtdyibecux'; % a-z
assert(isequal(Qwerty_decode(se),s))
decoded_str =
'abcdefghijklmnopqrstuvwxyz'
|
3 | Pass |
s='ABCDEFGHIJKLMNOPQRSTUVWXYZ';
se='SNVFRGHJOKL:<MP{WTDYIBECUX'; % A-Z
assert(isequal(Qwerty_decode(se),s))
decoded_str =
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
4 | Pass |
s='You miss 100 percent of the shots you never take. Gretzky';
se='Upi ,odd 100 [rtvrmy pg yjr djpyd upi mrbrt yslr. Htryxlu';
assert(isequal(Qwerty_decode(se),s))
decoded_str =
'You miss 100 percent of the shots you never take. Gretzky'
|
5 | Pass |
s='Those who believe in telekinetics raise my hand. Vonnegut';
se='Yjpdr ejp nr;orbr om yr;rlomryovd tsodr ,u jsmf. Bpmmrhiy';
assert(isequal(Qwerty_decode(se),s))
decoded_str =
'Those who believe in telekinetics raise my hand. Vonnegut'
|
1208 Solvers
340 Solvers
Back to basics 19 - character types
189 Solvers
Put two time series onto the same time basis
137 Solvers
437 Solvers