AlgoMaster Logo

Merge Two Sorted Lists

list1=[1, 2, 4],list2=[1, 3, 4]
0 / 25
list1:124list2:134result:
algomaster.io
Step:Start of algorithm