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..
2 Réponses
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?
- 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.