keshavMM004 / keshavMM004/InterviewQuest
GOOGLE interview question
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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](https://leetcode.com/problems/insert-interval/description/)
Contributor guide
Research direction
Start by reviewing the repository's existing Java interview-question entries and the linked LeetCode statement. Confirm whether this issue expects a question entry or an implementation; done should follow the repository's established format and represent the stated interval insertion and merging behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- content
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100