Given two non-empty arrays of integers.
write a function that determines whether the second
the array is a subsequence of the first one
Example
array := [5,1,22,55,6,-1,8,10]
sequence := [1,6,-1,10]
output := true
Download
0 formats
No download links available.
How to Validate Array subsequence:Coding interview question | NatokHD