Machine Learning Engineer · Mid-Level · Phone Screen
First, I had to determine if a string containing parentheses was valid. I was told that this question is similar to a common LeetCode problem and can be solved using a stack or two pointers to track the number of left and right parentheses. Second, I was asked...