Author: Stan Eisenstat
Subject: Re: [Cs323] None
Date: Saturday, 24 Oct 2020, 17:46:03
> Message Posted By: Unknown
>
> Are the structs for nodes in encode and decode tables different because in
> decode you don't need to store the entire triple as a struct?
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