9 ms·
More importantly, you need to go through the string to determine where the nth character is. You can't jump to a character by index.
by JeremyStein 16y ago
More importantly, you need to go through the string to determine where the nth character is. You can't jump to a character by index.