Meta | Phone Screen | E5 | Vertical Order binary tree
Anonymous User
2038

Had a recent phone screen with Meta, wanted to share my experience.

Question 1:
Plus One: https://leetcode.com/problems/plus-one/
Input was given char array and the expected out is in char arry ['1','2','3']-> ['1','2','4']

Question2:
Vertical Order binary tree(LC:Hard) https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/

Comments (3)