InterviewSolution
Saved Bookmarks
| 1. |
Difference between fixed length coding and variable length coding |
|
Answer» This corresponds to a FIXED-to-variable LENGTH CODE that encodes each word of fixed length by a codeword . A variable-to-fixed length code is a code that takes a string in , breaks it into pieces of variable length, and replaces each PIECE into a word of fixed length. |
|