Question: (PYTHON) Write a regex engine that can check for balanced parenthesis in a text/string. It should also check for the order of parenthesis. Following are
(PYTHON)
Write a regex engine that can check for balanced parenthesis in a text/string. It should also check for the order of parenthesis. Following are a few examples: a. 12((1245))6 ---- ACCEPTED b. 12{65}()()( ---- REJECTED c. 12({)ppd} ---- REJECTED (note the out of order brackets)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
