Round 1
Questions:
-
Return the lowest ID when calling the function
FindID()
, there is a separate function calledReleaseID(int id)
where it is supposed to give you the ID that you passed it to. -
Find the Maximum Sum of an input array where the sums cannot be a neighbor adjacent to that number.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.