Meta Screening Interview
Anonymous User
8
  1. Basic Calculator (https://leetcode.com/problems/basic-calculator-ii/description/)
    a. Must be constant space solution.
    b. only for "+", and "*".
  2. Find Lowest Common Ancestor (https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iii/description)
    a. Single pass solution is required.
    b. Follow up (https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iv/)
Comments (0)