Oracle OA Question 2024 June | Intervals & Arrays | on-campus
Oracle · Question · Posted Jun 2026
Question: Insert Interval Problem Statement You are given an array of non-overlapping intervals intervals where intervals[i] = [starti, endi] represent the start and the end of the ith interval, sorted in ascending order by starti. You are also given a new interval newInterval = [start, end] that represents the start and end of another interval. Insert newInterval into intervals such that intervals is still sorted in ascending order by starti and intervals still does not have any overlapping intervals (merge ...
The full answer & interview discussion are available to premium members.
Log in Create a free account