Problems
Previous question · 1435
Unique Number of Occurrences
easy
Data Structures
Next question · 1437
Instrumental Variable Estimator
hard
Statistics
Random coding question
Python
Language
Python
Practice
Interview
AI Tutor
Description
Solution
Discussion
1436. Merge Two Sorted Arrays
medium
General
entry
Function contract
Inputs
list1
list
list2
list
Returns
value
list
Examples
Example 1
Input
{
"list1"
:
[
1
,
3
,
5
]
,
"list2"
:
[
2
,
4
,
6
]
}
Output
[
1
,
2
,
3
,
4
,
5
,
6
]
Example 2
Input Signature
Argument
Type
list1
list
list2
list
Output Signature
Return Name
Type
value
list
Constraints
Hint 1
Hint 2
Hint 3
Roles
Software Engineer
ML Engineer
Data Engineer
Quantitative Researcher
Research Scientist
Companies
General
Levels
entry
Tags
python
Similar Questions
Custom Sort String
medium
Algorithms
Number of 1 Bits
easy
Algorithms
Letter Case Permutation
medium
Algorithms
22 people
are solving this problem
Run
Submit
00:00
Loading editor for the selected language
Ln 1, Col 1
Program Output
DATA
INTERVIEW
Interactive coding terminal
Python environment ready.
Type a command below or run code from the editor.
run script
Execute the current editor contents
submit
Grade the current editor contents against all solution test cases
python ("print hello world")
Run an isolated Python command
help
Show all available commands
>>>