Search found 4 matches
- Sun Jun 13, 2004 1:54 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10664 - Luggage
- Replies: 20
- Views: 16298
- Sat Jun 12, 2004 2:37 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10661 - The Perspectographer
- Replies: 21
- Views: 10005
- Fri Jun 11, 2004 10:42 am
- Forum: Volume 106 (10600-10699)
- Topic: 10661 - The Perspectographer
- Replies: 21
- Views: 10005
I think some people who replyed misunderstood the initial poster's meaning.Finding the number of the largest clique is indeed one way to solve the problem.In this problem you needn't find the largest clique of the whole graph but the one which contains current piece(that's enough).So using loops to ...
- Wed Apr 07, 2004 6:58 am
- Forum: Volume 100 (10000-10099)
- Topic: 10002 - Center of Masses
- Replies: 59
- Views: 32563
:)
Try this data 
Input :
4
19999999999 1
1 3
3 1
1 2
1
Output :
6666666667.333 1.667

Input :
4
19999999999 1
1 3
3 1
1 2
1
Output :
6666666667.333 1.667