Sponsored
Use these hints if you're stuck. Try solving on your own first.
Use two pointers, one pointer for each string. Alternately choose the character from each pointer, and move the pointer upwards.
Solve with full IDE support and test cases