keshavMM004/InterviewQuest

GOOGLE interview question

Aberta

#1 aberto em 7 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)Java (0 fork)auto 404
hacktoberfest

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador