PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Run time limits
Date: Friday, 10 Apr 2020, 21:16:26


    > Message Posted By: Unknown
    >
    > Is the test script going to test how long our code runs for when rehashing
    > (when I have > than 8 * 8 * 1024 inputs, my code takes ~20 seconds to
    > rehash). Is there a time limit that will be tested on my program -- will
    > this be a problem?

My guess is yes, since 20 seconds seems excessive, even
when running under valgrind.  But without being able to
see and run your code, I cannot say more.

--Stan-
PREV INDEX NEXT