What is the most efficient algorithm to determine if array2 is a "sub-array" of array1? (True for array1 = [9,9,10,4] and and array2 = [9, 10])What is the most efficient algorithm to determi
What is the most efficient algorithm to determine if array2 is a "sub-array" of array1? (True for array1 = [9,9,10,4] and and array2 = [9, 10])What is the most efficient algorithm to determi