show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Problem URL : https://leetcode.com/explore/challenge/card/september-leetcoding-challenge/555/week-2-september-8th-september-14th/3458/ | |
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). | |
You may assume that the intervals were initially sorted according to their start times. | |
Example 1: |