soorabsoni / Competitve-Programming

Happy Problem Solving
MIT License
0 stars 16 forks source link

Find Minimal Square Area | Codeforces 1360A Problem #28

Closed tejasbirsingh closed 3 years ago

tejasbirsingh commented 3 years ago

Problem Link;- https://codeforces.com/problemset/problem/1360/A This problem uses a greedy way to solve it. In this we have to find the minimum area square which can contain 2 rectangles of given length and breadth inside it. Please assign me this issue

soorabsoni commented 3 years ago

Assigned to you!