Round 1
Questions:
- House Robber: https://leetcode.com/problems/house-robber/
- Course Schedule (CSES): https://cses.fi/problemset/task/1679
The expectation was to solve both problems within 45 minutes, providing the best possible solutions and optimizations.
Candidate's Approach
The candidate managed to solve both problems within the given time frame and felt that the interviewer was happy with their performance.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
The question revolved around an image where the candidate had to select the best data structure to represent the problem and implement a merge function based on that image.
The candidate solved it using a Quad Tree within 45 minutes.
Candidate's Approach
The candidate discussed various options for data structures before deciding on using a Quad Tree to solve the problem.
Interviewer's Feedback
No feedback provided.