Round 1
Questions:
- Count Hills and Valleys in an Array
- Sliding Window Maximum
Specific question not provided. The interviewer initially mentioned discussing the algorithm but ended up asking for pseudo-code writing. The candidate could not solve this completely but discussed the brute force and priority queue approach.
Candidate's Approach
The candidate discussed the brute force approach and the priority queue method for the Sliding Window Maximum problem but could not arrive at a complete solution.
Interviewer's Feedback
No feedback provided.