<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="LZ77 and LZ78 - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=LZ77_and_LZ78&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=LZ77_and_LZ78&amp;p=4">3.Next</a>
</p>
<p>was later shown to be equivalent to the explicit dictionary constructed by LZ78--however, they are only equivalent when the entire data is intended to be decompressed.</p>

<p>Since LZ77 encodes and decodes from a sliding window over previously seen characters, decompression must always start at the beginning of the input.  Conceptually, LZ78 decompression could allow random access to the input if the entire dictionary were known in advance.  However, in practice the dictionary is created during encoding and decoding by creating a new phrase</p><p>
<a accesskey="1" href="page.php?w=LZ77_and_LZ78&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=LZ77_and_LZ78&amp;p=4">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
