PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Freeing storage followup
Date: Wednesday, 29 Apr 2020, 22:45:40


    > Message Posted By: Unknown
    >
    > How is freeing storage required for satisfying the
    > requirement that Boggle
    >
    >   * Store in the trie only those pointers corresponding to lower-case
    >     letters (worth at most 5 points).  Thus it uses random access rather
    >     than linear or binary search to reference a child trie given a
    >     letter.

Sorry, I referred to the wrong posting.  The correct
one is:

  Date: 21 Apr 2020 16:59:57 -0400 (Tue)
  Subject: Clarification to Homework #6 Boggle
   
  Two clarifications:
  ...
  * All storage must be reachable when Boggle exits, not
    freed.
   
--Stan-
PREV INDEX NEXT