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.
AI interview prep powered by real interview data.
Connect with us on social media
Interview experiences & questions tagged Stack
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.
Implement a Min Stack that includes the ability to retrieve the minimum element in O(1) time. The stack should support standard stack operations: push, pop, and top.
Coming Soon