You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Maintain 2 markers (i & j) that mark start and end of substring and are of size 3. If substring's last character is #, use first 2 chars as index to find corresponding letter & move both markers by 3. If substring's last character is not #, use only first char as index to find corresponding letter & move both markers by 1.