avinash201199 / avinash201199/DSA-Questions
DSA-Array-Python-Merge Intervals
Open
good first issue
hacktoberfest
- Dominant language
- C++
- Stars
- 88
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day!
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.
Example:
Input: intervals = [[1,3],[2,5]]
Output: [[1,5]]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.