Round 1
Questions:
- Lowest Common Ancestor of a Binary Tree III
- Find Peak Element. Find local min instead.
Candidate's Approach
- Provided an optimal solution for the first question.
- Coded the second question with a non-optimal solution, performed a dry run, and it worked.
- Gave pseudocode for the optimal solution for the second question.
Interviewer's Feedback
Probably reject. Waiting.....