employer cover photo
employer logo

Pregunta de entrevista de 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].