Facebook Phone Round Interview

Facebook - Software

Description Template:
Level: L4
Education: BS
Years of Experience: 4
Questions Asked: Sort array place

Questions Asked:
Sort array inplace
Example 1:
Input: numsA = [1, 3, 5, None, None, None], numsB = [2, 4, 9]*
numsA and numsB are sorted already and the non None numbers in A equals the number of numbers in numsB.
Modified numsA such that it merges numsA and numsB in sorted way.