Current Forum: Homework 4 - Lempel Ziv (Part 2) |
Date: Sat Oct 13 2001 5:00 pm |
Author: Vangaalen, Alexander <av@andrew.cmu.edu> |
Subject: Dictionary Questions |
|
|
What do we assume is in the initial dictionary: Binary digits? Alphanumeric Letters? Do we create the initial dictionary? Does the decompressor already have the initial dictionary or do we have to convey it? Wouldn't the dictionary be better stored in a Vector, rather than a trie, so you just have to go to the right place in the vector and recall the correct "string" of characters? |
|