L3 Interview - Round 1
Anonymous User
2922

Question - Given a formula of letters with parentheses, remove all parentheses from the formula.
Examples:
a-(b+c) -> a-b-c
a-(a-b) -> b

Comments (9)