BASIC CALCULATOR III | LEETCODE # 772 | PYTHON SOLUTION

In this video we are solving an absolutely dreadful question: Basic Calculator III (Leetcode # 772). This question is quite terrible and very confusing to solve. The other basic calculators were manageable but this one is just extra and takes it to a whole other level. We can solve it in a very similar way but we still need to be careful here as there's some annoying cases we need to make note of now that we can have parenthesis and multiplication/divison.