Question: c++ given a string s, each letter in the string is an interger between 1 and 26, and no two letters have the same value.
c++
given a string s, each letter in the string is an interger between 1 and 26, and no two letters have the same value. the uppercase and lowercase does not matter.
write a code which can find the maximum possible value of this string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
