Search found 4 matches

by brett1479
Mon Apr 07, 2014 12:16 am
Forum: Volume 6 (600-699)
Topic: 616 - Coconuts, Revisited
Replies: 37
Views: 16276

Re: 616 - Coconuts, Revisited

The input test data for this problem is very weak. There are no test cases where the number of people is greater than 5.
by brett1479
Fri Jan 17, 2014 9:48 am
Forum: Volume 119 (11900-11999)
Topic: 11951 - Area
Replies: 6
Views: 5610

Re: 11951 - Area

I used O(n^3).
by brett1479
Fri Jan 03, 2014 12:47 am
Forum: Volume 1 (100-199)
Topic: 148 - Anagram checker
Replies: 31
Views: 7192

Re: 148 Anagram Checker TLE

I could be misinterpreting the problem, but I think the statement is flawed. I believe there are test cases that, if included in the test data, could cause the output to be enormous. Suppose the dictionary is all 720 permutations of the word ABCDEF, and the phrase is A^7B^7C^7D^7E^7F^7 (here A^7 den...
by brett1479
Sat Nov 30, 2013 11:16 pm
Forum: General
Topic: Limits
Replies: 1
Views: 5163

Limits

What are the current stack and heap size limits for Java and C++?

Thanks,
Brett

Go to advanced search