Round 1
Questions:
-
The cities variant of Random Pick Weight
Link to question -
Candy crush
Collapse abbba -> aa -> ""
Candidate's Approach
For the Candy Crush problem, I initially thought about using a Sliding Window approach but struggled with getting the indexes right. I later realized that it was actually a Stack problem.
Interviewer's Feedback
No feedback provided.