Replace All Digits with Characters
You are given a 0-indexed string s that has lowercase English letters in its even indices and digits in its odd indices.
There is a function shift(c, x), where c is a character and x is a digit, that returns the x<sup>th</sup> character after c.
For...
perfinsights.hashnode.dev2 min read