PREV INDEX NEXT

Author: Unknown
Subject: 9*SIZE when input is one letter
Date: Thursday, 05 Nov 2020, 06:16:32

Am I correct in the following calculation: when only sending one letter, the table only needs 256 entries, so it only needs 8 bits to send the code. Then the memory limit for this case is 9*256 = 2304? However, /Tests/maxStack says I already use more than 4000 bytes, and maxHeap says I am using 2048 bytes. Am I calculating something incorrectly? Seems like maxHeap on the solution script also uses more than 4000 bytes.
PREV INDEX NEXT