Decrypt String from Alphabet to Integer Mapping Problem

Decrypt String from Alphabet to Integer Mapping Problem — ExecCode Easy DSA Practice

Solve the Decrypt String from Alphabet to Integer Mapping problem on ExecCode. Free online easy DSA practice in String. Write and run code in Java, C++, Python — no signup required to run.

Description You are given a string s formed by digits and '#'. We want to map s to English lowercase characters as follows: Characters ('a' to 'i') are represented by ('1' to '9') respectively. Characters ('j' to 'z') are represented by ('10#' to '26#') respectively. Return the…

Practice Decrypt String from Alphabet to Integer Mapping free on ExecCode. Browse more ExecCode DSA problems.