AnkitMajee / DataStructureInCpp

DSA in C++ guide for Beginners and Open for Contribution
15 stars 43 forks source link

Added Nested interval check #122

Closed soham30rane closed 1 month ago

soham30rane commented 1 month ago

Given N nested intervals, the task is to find for each interval whether it contains any other interval and whether this interval is contained inside any other interval. Added a solution for this problem.

AnkitMajee commented 1 month ago

Great addition merged