Round 1
Questions:
- Given an array of positive integers and target, return True if sum of continuous array equal to target.
- Find local minimum in the array of integers.
- Similar to the Leetcode problem.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.