Loading repovive.com/problems/faang/5
This problem is based on an Apple interview problem described here.
Two sorted integer arrays are given. Print twice their combined median.
For an odd total length, print 2 * median.
2 1 1 3 2
4
2 2 1 2 3 4
5
one integer: twice the combined median