Whatfix Interview Question

Leetcode question write a function to merge two sorted arrays.

Interview Answer

Anonymous

Jul 2, 2022

Told my approach. Interviewer was good humble gave hints so overall did a peer coding . Was able to write code with two pointer approach.

3