strings

PythonF

Four Strings Rectangle

Four strings out of which two have the same length L1 and the remaining two have the same length L2 are passed as the input to the program.…
CF

Print Strings for Number

A number N is passed as the input to the program. Each digit in the number represents an alphabet (a for 1, b for 2 …) based on the…
JavaF

Two Strings – L Joint

Given two strings S1 and S2, where the last letter of one of the strings is same as the first letter of the other string, print the output as…
PythonF

Isomorphic Strings

Given two strings S1 and S2, the program must print if they are isomorphic or not. Two strings are isomorphic if the characters in S1 can be…