indra-kc / DSA

A collection of essential Data Structures and Algorithms implemented in Python.
0 stars 5 forks source link

Merge Intervals #22

Closed ShoomanKhatri closed 1 month ago

ShoomanKhatri commented 1 month ago

Problem: Given a list of intervals, merge overlapping intervals.

ShoomanKhatri commented 1 month ago

Please assign this task to me.

ShoomanKhatri commented 1 month ago

completed