You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a program using OOP which takes as an input a dataset of a number of rectangles that may overlap or not, the program groups the rectangles into min. number of groups where each group has non overlapped rectangles.
About
Implemented a program using OOP which takes as an input a dataset of a number of rectangles that may overlap or not, the program groups the rectangles into min. number of groups where each group has non overlapped rectangles.