You only have free questions left (including this one).
But it doesn't have to end here! Sign up for the 7-day coding interview crash course and you'll get a free Interview Cake problem every week.
You're in!
Write a function that takes
an array of characters and reverses the
letters in place.
Why an array of
characters instead of a string?
The goal of this
question is to practice manipulating arrays
in place. Since Swift strings support
unicode, a single character in a string might
be multiple bytes. There's
no way to get
the ith character in a
Swift string.
To sidestep this complexity, we'll work with
arrays of characters instead, which let us
quickly access characters at any offset.
Start your free trial!
Log in or sign up with one click to get immediate access to free mock interview questions
Actually, we don't support password-based login. Never have. Just the OAuth methods above. Why?
It's easy and quick. No "reset password" flow. No password to forget.
It lets us avoid storing passwords that hackers could access and use to try to log into our users' email or bank accounts.
It makes it harder for one person to share a paid Interview Cake account with multiple people.
“Coming out of a bootcamp, I needed a lot of guidance to figure out how to approach interview questions meant for CS grads. Interview Cake provided it. Thanks!
—
Becca