PREV INDEX NEXT

Author: Unknown
Subject: Hybrid
Date: Saturday, 14 Nov 2020, 14:19:07

"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)
PREV INDEX NEXT