keshavMM004/InterviewQuest

GOOGLE interview question

オープン

#1 opened on 2024/10/07

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (0 件のフォーク)auto 404
hacktoberfest

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

leetcode

コントリビューターガイド