Hash Table
3337. Total Characters in String After Transformations II
Given a string s, a number t, and an array nums[26]: letter i transforms into the next nums[i] letters of the alphabet (cyclically). Find the total string length after t transformations, modulo 1e9+7…
Loading…