Results of Comment Search

Search:    Place:    Show:

Title User Message Date Posted
Re: Any tips for doing this problem offline? bbi5291 It needs at least 8 extra bytes per node to store child pointers. Dec 09, 2015 - 6:26:56 am UTC
Re: Any tips for doing this problem offline? spencereir Thanks, this solved the issue! Never knew that set was memory hungry... Dec 03, 2015 - 12:01:34 am UTC
Re: Any tips for doing this problem offline? bbi5291 The data structures into which you're inserting your input have quite a bit of memory overhead - try using something simpler! Dec 02, 2015 - 8:49:53 pm UTC
Re: Any tips for doing this problem offline? XIAOAGE I got TLE LOL Dec 01, 2015 - 2:02:29 pm UTC
Any tips for doing this problem offline? spencereir As I'm sure you can see from the submissions panel (sorry about that, by the way), I'm having issues with SIGABRT on cases 6 and 7. As far as I can tell, this is a memory issue. Problem is, even code ... Nov 30, 2015 - 11:05:33 pm UTC