Round 1
Questions:
- Given a binary matrix sorted in decreasing order, determine the row with the least number of 1's.
- Given two strings 'a' and 'b' containing alphabets and the character '#' (which acts as a backspace), determine whether the two strings are equal after processing the backspaces.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.