aayushi1499 / Hacktoberfest2021-DSA

Make your contributions to Hacktoberfest-2021
22 stars 166 forks source link

DSA-Array-Python-Merge Intervals #61

Open jen-sjen opened 2 years ago

jen-sjen commented 2 years ago

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]]

PurviBhoyar21 commented 2 years ago

Hello, @aayushi1499 I am a contributor in hacktoberfest 2021. Please assign me this issue i want to work on it.

Thank you

janvichoudhary08 commented 1 year ago

hey please assign me this issue as a part of hacktoberfest.