Meta E3 Virtual Full Loop
Anonymous User
2186

1st call:
https://leetcode.com/problems/buildings-with-an-ocean-view/description/
https://leetcode.com/problems/lru-cache/description/

2nd call:
https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/description/ with in place replacement aka O(1) space
https://leetcode.com/problems/basic-calculator-ii/description/ with no stack aka O(2) space

got everything with optimal solution except basic calculator where i gave stack implementation and he asked me to optimize such that it doesnt use O(n) space so I tried and ended up getting somewhat of a final solution with help of interviewer but didnt have time to test. Hopefully I get an offer

UPDATE: Currently in team matching process

Comments (12)