Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
Connect with us on social media
Interview experiences & questions tagged Stack
Given a string containing `()`, `{}`, and `[]`, determine whether the brackets are properly balanced and valid.
Solve a modified version of the standard Valid Parentheses problem.
Determine if the custom expression containing `{`, `}`, and `*` is balanced. The `*` can act as `{`, `}`, or represent empty.
Validate a custom expression containing '{', '}', and '*' where '*' can act as '{', '}', or empty. Check if it is balanced.
Solve a medium level problem related to stack for matching parentheses. Provide an algorithm and analyze the time complexity.
Coming Soon