PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] None
Date: Saturday, 24 Oct 2020, 17:42:30


    > Message Posted By: Unknown
    >
    > Does decode need to use a hash table?

As discussed in class, encode and becode may each use a
separate data structure (i.e., encode uses hashing with
chaining and decode uses an array) or they can both use
a single, combined data structure.

--Stan-
PREV INDEX NEXT