Search found 4 matches
- Sat Nov 01, 2008 8:03 am
- Forum: Volume 6 (600-699)
- Topic: 675 - Convex Hull of the Polygon
- Replies: 12
- Views: 7786
Re: 675 - Convex Hull of the Polygon
Yes i got RTE too, when i sent the little code you posted i got AC :S
- Fri Oct 31, 2008 10:01 am
- Forum: Volume 100 (10000-10099)
- Topic: 10002 - Center of Masses
- Replies: 59
- Views: 32547
Re: 10002 - Center of Masses
Im getting TLE, im using Gift Wrapping algorithm in java, i though it was enough to pass the tests in 3 seconds, given the low bounds (100 points) should i use graham scan?
- Tue Sep 30, 2008 3:21 am
- Forum: Bugs and suggestions
- Topic: Firefox and IE7 with icpcres.ecs.baylor.edu/onlinejudge
- Replies: 3
- Views: 2853
Re: Firefox and IE7 with icpcres.ecs.baylor.edu/onlinejudge
I have the same problem, please help
- Sun Sep 21, 2008 12:48 am
- Forum: Volume 102 (10200-10299)
- Topic: 10213 - How Many Pieces of Land ?
- Replies: 54
- Views: 31008
Re: 10213 - How many pieces of land?
I got AC using the Combinatorics equation but i don't understand why does it works.
F(n) = 1+ number of lines + number of intersections
What's the idea behind it? How is that sumation directly involved with the areas produced?
Thanks.
F(n) = 1+ number of lines + number of intersections
What's the idea behind it? How is that sumation directly involved with the areas produced?
Thanks.