can someone help me find some logic for this? The methodĀ PlaceInsideĀ gets a list of squares and returns them once inside each other with the same centre and placed so the biggest square lays on the X and Y axis.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can someone help me find some logic for this? The methodĀ PlaceInsideĀ gets a list of squares and returns them once inside each other with the same centre and placed so the biggest square lays on the X and Y axis..

11th Jul 2016, 5:14 PM
Shubham Agarwal
Shubham Agarwal - avatar
2 Answers
0
Does PlaceInside returns only those squares that are in the same center of the bigger Square? or as long as the Smaller Square is inside the Bigger Square, it will be returned even though they do not share a common center? And how are you going yo get a list of squares? Is this a Windows Application Program or just for a Console Application?
11th Jul 2016, 5:39 PM
Erwin Mesias
Erwin Mesias - avatar
- 1
nobody is going to write your code, especially since its very unclear about the whole thing besides this method. share the existing thing, your own idea how you see it.
11th Jul 2016, 9:13 PM
Roberts L
Roberts L - avatar