Round 1
Questions:
- Dot product of two sparse vectors
- Group Shifted Strings with uniform character shifting: Modify the logic so that all characters in a string follow the same shifting pattern. For example, 'abc' shifts to 'bcd', and 'xyz' shifts to 'yza'.
Candidate's Approach
I did well on the first question but couldn’t finish coding the second due to time constraints, though I explained my approach.
Interviewer's Feedback
No feedback provided.