Topic: Stack Problem / Level: intermediate

Problem: Implement a function to evaluate a boolean expression in prefix notation using a stack.

Run the code to see the output here...