PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Hybrid
Date: Saturday, 14 Nov 2020, 14:35:41


    > Message Posted By: Unknown
    >
    > "There are significant advantages to using the same
    > hybrid data structure (i.e., one that incorporates
    > both a hash table and an array)"
    >
    > Is this referring to the method of having an array of head nodes and an
    > array of non head nodes to represent a hashtable, and using that for both
    > decode and encode? (with code being a 'hash' for decode but having no
    > collisions)

Yes.

--Stan-
PREV INDEX NEXT