Problem 565. Transposition as a CIPHER

This all about transcripting a text message. If the input string is: s1 = 'My name is Sourav Mondal', then the output is: s2 = 'MUYRNAAVMMEOINSDSAOL'. Just divide the string from middle, according to no. of alphabets & then take alphabets/letters alternatively from the two strings!!

Solution Stats

32.26% Correct | 67.74% Incorrect
Last Solution submitted on Dec 25, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers210

Suggested Problems

Community Treasure Hunt

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

Start Hunting!