Previous question · 1435
Unique Number of Occurrences
easyData Structures
Next question · 1437
Instrumental Variable Estimator
hardStatistics
Random coding question

1436. Merge Two Sorted Arrays

medium
GeneralGeneral
entry
Function contract
Inputs
list1
list
list2
list
Returns
value
list

Examples

Input
{
  "list1": [
    1,
    3,
    5
  ],
  "list2": [
    2,
    4,
    6
  ]
}
Output
[
  1,
  2,
  3,
  4,
  5,
  6
]

Constraints

Hint 1
Hint 2
Hint 3
Roles
Software Engineer
ML Engineer
Data Engineer
Quantitative Researcher
Research Scientist
Companies
GeneralGeneral
Levels
entry
Tags
python

Similar Questions

Custom Sort Stringmedium
Algorithms
Number of 1 Bitseasy
Algorithms
Letter Case Permutationmedium
Algorithms
22 people are solving this problem
Loading editor for the selected language
Ln 1, Col 1
Program Output
DATAINTERVIEW
Interactive coding terminal
Python environment ready.
Type a command below or run code from the editor.
run scriptExecute the current editor contents
submitGrade the current editor contents against all solution test cases
python ("print hello world")Run an isolated Python command
helpShow all available commands