hacktoberfest
倉庫指標
- 星標
- (0 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
You are given a list of intervals, each with a start and end time, and they don't overlap. You also have a new interval to add. Insert the new interval into the list in the correct order, and if it overlaps with any intervals, merge them together. Return the updated list of intervals.