LeetCode 1844. Replace All Digits with Characters
Description https://leetcode.com/problems/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,…