A student has come up with an algorithm to compress the text of a book using symbols for common words since the book would not normally use symbols. For example, the word the
is replaced with !
and the word that
is replaces with @
. With this in mind, “the black cat that jumped out of the alley” becomes “! black cat @ jumped out of ! alley”.
Which statement below is true about the student’s compression?