Search found 3 matches

by sadoc
Sun Nov 18, 2001 4:15 am
Forum: Volume 3 (300-399)
Topic: 366 - Cutting Up
Replies: 7
Views: 4290

Hi! I've made a progress. I was able to solve this problem, with the help of Demiurge, using a priority queue that stores the pieces available at a particular time of the simulation ordered by "m" (if "n" > "m" for a particular piece, I exchange "m" and "n"). Using a greedy strategy, of always ...
by sadoc
Mon Nov 05, 2001 2:46 pm
Forum: Volume 6 (600-699)
Topic: 681 - Convex Hull Finding
Replies: 60
Views: 30712

This problem may be solved using Jarvis march, for example. One thing you should notice is that the first vertex is repeated twice, in the begin and in the end of the description of the polygon.


On 2001-11-05 07:38, hoshiko wrote:
I got WA many times,
Is any trap in the problen?
May the vertex be ...
by sadoc
Mon Nov 05, 2001 2:59 am
Forum: Volume 3 (300-399)
Topic: 366 - Cutting Up
Replies: 7
Views: 4290

366 - Cutting Up

Please, if someone may give me a tip to solve the problem 366, "Cutting up", it would be very welcome. I don't have any idea in order to solve it.
Thanks in advance,
Daniel

Go to advanced search