keshavMM004/InterviewQuest

GOOGLE interview question

Ouverte

#1 ouverte le 7 oct. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Java (0 fork)auto 404
hacktoberfest

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur