2. Assume that the value of the alphabet a = 1, b = 2, c = 3, ... , z = 26. You are given a numeric string S. Write a program to print the list of all possible codes that can be generated from the given string.
Sample Input:
1123
Sample Output:
aabc
kbc
alc
aaw
kw
PREFERED LANGUAGE IS JAVA
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here