employer cover photo
employer logo
employer logo

Timble Technologies

Is this your company?

Timble Technologies interview question

The valid parentheses problem The valid parentheses problem involves checking that: all the parentheses are matched, i.e., every opening parenthesis has a corresponding closing parenthesis. the matched parentheses are in the correct order​, i.e., an opening parenthesis should come before the closing parenthesis.