Round 1
Questions:
- Distinct Subsequences
- Construct Quad Tree
- Specific question not provided.
Follow-up Question
- Given a 2D list with person and its card swipe time in this format:
Need to return the maximum number of swipes by person.[ ["d","0002"], ["e","0215"],["c","0808"], ["c","0809"], ["c","0829"], ["c","0850"],["c","0855"],["d","1410"],["d","1444"],["d","1508"],["d","1602"]]
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.