Technical Assessment coding questions
Technical Assessment coding questions
Coding Questions
Examples:
Input: S = “geek”
Output: 28
Explanation:
The value obtained by the sum order of alphabets is 7 + 5 + 5 + 11 = 28.
Input: S = “GeeksforGeeks”
Output: 133
Output: 1 1 2 2 3 3 5