3 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 17y 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.