Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Merge Two Sorted Lists
Bookmark
Input
Example 1
Example 2
Example 3
Custom
list1
=
[1, 2, 4]
,
list2
=
[1, 3, 4]
list1:
1
2
4
list2:
1
3
4
result:
algo
master
.
io
Step:
Start of algorithm
0 / 25
Input
Example 1
Example 2
Example 3
Custom
list1
=
[1, 2, 4]
,
list2
=
[1, 3, 4]
0 / 25
list1:
1
2
4
list2:
1
3
4
result:
algo
master
.
io
Step:
Start of algorithm