|
|
вернуться в форумjava, MLE test #6 (69360Kb): what`s in it ? Послано Ozzy 17 апр 2013 11:40 I'm trying to sovle this task using HashMap<Integer, BigInteger>. Maximal amount of elements in this HashMap object = 70000. Unfortunatelly, I'm getting MLE, 0.406s 69360Kb. Which kind of test data should be created to examine memory consumption of my variant ? TIA. Re: java, MLE test #6 (69360Kb): what`s in it ? yeah, if you have used binary search, some test case.make it to go for infinite cycle. u can check for terminating conditions. |
|
|