Whatfix interview question

Leetcode question write a function to merge two sorted arrays.

Interview Answer

Anonymous

2 July 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