[kw-pm] Last night's meeting

Max max at alleged.net
Fri Jun 19 08:33:06 PDT 2009


John Macdonald wrote:
> However, I haven't seen the original challenge - does it require
> that the program handle input that is too large to fit in memory?
>   

It requires that the algorithm be online and not store the entire input 
in memory.  In other words, it should use a constant amount of memory in 
the number of lines (O(1) where n = # of lines)


More information about the kw-pm mailing list