PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] difference
Date: Tuesday, 03 Nov 2020, 13:52:59


    > Message Posted By: Unknown
    >
    > How are these two different?
    >
    >    * (16 points) increasing the code size from 9 to MAXBITS bits (vs. always using MAXBITS bits)
    >
    >    * (30 points) implementing the -m option

The first set of tests checks whether the number of bits
sent per code grows.

The second set of tests checks whether encode will allow
tables with other than 4096 strings.

The two sets are not disjoint.

--Stan-
PREV INDEX NEXT