Mozilla Interview Question

LeetCode #20 but returning 0/1 instead of True/False (https://leetcode.com/problems/valid-parentheses/)

Interview Answer

Anonymous

May 24, 2022

Used python dictionary and stack to solve the problem.