employer cover photo
employer logo

Pergunta de entrevista da empresa InsideView

Given an array of integers .write a code to return the an interval which covers maximum numbers in the array.For eg: For {1,2,7,,3,6,4,9} it should return [1,4].