Search found 5 matches
- Mon Oct 21, 2013 10:17 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11504 - Dominos
- Replies: 55
- Views: 22791
Uva 11504 - Weak Test Cases
My java code that uses kosaraju's algorithm gets accepted. I think that the test cases are weak as I am using recursive depth first search, so the recursion depth will be very high if the number of vertices are ~100000 . But still the program gets AC.
- Wed Oct 16, 2013 2:41 pm
- Forum: General
- Topic: How to know solution ratings and ranks for a problem?
- Replies: 1
- Views: 6473
How to know solution ratings and ranks for a problem?
How can I view that how much time other coders' solution took? Is there some other way out of uva that we can compare solutions and how they rank?
- Wed Oct 16, 2013 12:10 pm
- Forum: Volume 1 (100-199)
- Topic: 147 - Dollars
- Replies: 233
- Views: 26887
UVA 147 Wrong Answer
I am always getting WA on UVA 147 Dollars. Please provide some test cases or suggest why I am getting WA. The main code that I use is same as that for UVA 674 Coin Change for which I have AC.
- Fri Oct 11, 2013 11:52 pm
- Forum: General
- Topic: What do green and yellow tick marks mean?
- Replies: 3
- Views: 16310
Re: What do green and yellow tick marks mean?
thanks Brian!!
- Fri Oct 11, 2013 1:11 pm
- Forum: General
- Topic: What do green and yellow tick marks mean?
- Replies: 3
- Views: 16310
What do green and yellow tick marks mean?
In browsing the problems, some question have a green tick against them while some have a yellow tick mark. What do they mean?