Problem 565. Transposition as a CIPHER

Created by Sourav Mondal

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!!

Problem Group

19 solvers submitted 62 solutions (3.26 solutions/solver).

Problem Comments