You only have free questions left (including this one) . I like parentheticals (a lot).
"Sometimes (when I nest them (my parentheticals) too much (like this (and this))) they get confusing."
Write a function that, given a sentence like the one above, along with the position of an opening parenthesis, finds the corresponding closing parenthesis.
Example: if the example string above is input with the number 10 (position of the first parenthesis), the output should be 79 (position of the last parenthesis).
We can do this in additional space.
Start your free trial! Log in or sign up with one click to get immediate access to free mock interview questions
We'll never post on your wall or message your friends.
Where do I enter my password?
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.
Start your free trial! Log in or sign up with one click to get immediate access to free mock interview questions
We'll never post on your wall or message your friends.
Where do I enter my password?
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.
time, where n is the number of chars in the string. space.
The for loop with xrange keeps our space cost at . It might be more Pythonic to use:
for char in sentence[position:]:
but then our space cost would be , because in the worst case position would be 0 and we'd take a slice of the entire input.
Start your free trial! Log in or sign up with one click to get immediate access to free mock interview questions
We'll never post on your wall or message your friends.
Where do I enter my password?
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.
{"id":39851137,"username":"2025-11-02_04:09:51_8#lctn","email":null,"date_joined":"2025-11-02T04:09:51.993091+00:00","first_name":"","last_name":"","full_name":"","short_name":"friend","is_anonymous":true,"is_on_last_question":false,"percent_done":0,"num_questions_done":0,"num_questions_remaining":46,"is_full_access":false,"is_student":false,"first_payment_date":null,"last_payment_date":null,"num_free_questions_left":3,"terms_has_agreed_to_latest":false,"preferred_content_language":"","preferred_editor_language":"","is_staff":false,"auth_providers_human_readable_list":"","num_auth_providers":0,"auth_email":""}
× “ I wouldn't have dreamed of a job like this six months ago, but these practice problems made all the difference. Highly recommended — Evan . . .