
Search found 19 matches
- Fri Jun 01, 2007 6:43 pm
- Forum: Volume 9 (900-999)
- Topic: 967 - Circular
- Replies: 23
- Views: 15064
- Fri Jun 01, 2007 6:06 pm
- Forum: Volume 9 (900-999)
- Topic: 967 - Circular
- Replies: 23
- Views: 15064
- Sat May 19, 2007 10:41 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10400 - Game Show Math
- Replies: 32
- Views: 23189
- Mon Apr 16, 2007 6:20 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10032 - Tug of War
- Replies: 91
- Views: 43604
- Mon Apr 16, 2007 2:46 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10600 - ACM Contest and Blackout
- Replies: 34
- Views: 20210
- Mon Apr 16, 2007 1:51 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10067 - Playing with Wheels
- Replies: 62
- Views: 35238
- Mon Apr 16, 2007 8:43 am
- Forum: Volume 100 (10000-10099)
- Topic: 10032 - Tug of War
- Replies: 91
- Views: 43604
- Tue Apr 10, 2007 10:16 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10600 - ACM Contest and Blackout
- Replies: 34
- Views: 20210
10600 Why WA ?
I tried to implement the algorithm mentioned in cormen for finding the second best minimum spanning tree . (along with prims to find minimum spanning tree ) but it is giving wrong answer in 0.029 secs.. :cry: :cry:
some body plz provide me with some test cases or have a look at my code ...
some body plz provide me with some test cases or have a look at my code ...
- Thu Mar 22, 2007 12:27 am
- Forum: Volume 100 (10000-10099)
- Topic: 10067 - Playing with Wheels
- Replies: 62
- Views: 35238
why i m keep on getting TLE in this problem. I hv applied simple BFS.
How can i make this algo efficient ??
Code: Select all
ACC :)
- Tue Mar 20, 2007 4:05 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10037 - Bridge
- Replies: 84
- Views: 37505
- Mon Feb 05, 2007 8:08 am
- Forum: Volume 100 (10000-10099)
- Topic: 10003 - Cutting Sticks
- Replies: 59
- Views: 37296
10003 TLE
This problem is based upon Matrix Multiplication .
I wrote a top down DP solution to it .which is being timed out. Can't we have top down solution to this problem get accepted ??
Or if there is any mistake in optimization in solution then plz point it out. My code goes as follows.
#include ...
I wrote a top down DP solution to it .which is being timed out. Can't we have top down solution to this problem get accepted ??
Or if there is any mistake in optimization in solution then plz point it out. My code goes as follows.
#include ...
- Thu Feb 01, 2007 10:28 am
- Forum: Volume 100 (10000-10099)
- Topic: 10004 - Bicoloring
- Replies: 93
- Views: 45247
- Thu Feb 01, 2007 10:09 am
- Forum: Volume 100 (10000-10099)
- Topic: 10004 - Bicoloring
- Replies: 93
- Views: 45247
10004 WA
earlier I solved this problem using a different approach but this time i tried to use Floyd warshall algorithm to solve it..
Using FY , i tried to find cycles in it of length 3.
ie. if i is connected to j and if i is also connected to k and k is connected to j then its Not Bicolrable.
But my ...
Using FY , i tried to find cycles in it of length 3.
ie. if i is connected to j and if i is also connected to k and k is connected to j then its Not Bicolrable.
But my ...
- Thu Jan 11, 2007 8:05 pm
- Forum: Volume 3 (300-399)
- Topic: 348 - Optimal Array Multiplication Sequence
- Replies: 22
- Views: 6652
- Thu Jan 11, 2007 3:47 pm
- Forum: Volume 3 (300-399)
- Topic: 348 - Optimal Array Multiplication Sequence
- Replies: 22
- Views: 6652
348 why PE
code removed after being accepted.. 
