Amazon SDE L5

amazon - onsite
2024-05-20T08:00:00Z
During my Amazon SDE L5 interview, I was asked to merge two sorted arrays in-place without extra space. Initially, I used an O(n * m) approach, but the interviewer pushed for a more optimized solution...