Move-to-front algorithm: Difference between revisions

m
added whitespace.
m (indented the two tables.)
m (added whitespace.)
Line 26:
 
;Example:
Encoding the string of character symbols 'broood' using a symbol table of the characters   '''a'''-to-'''z'''
the characters 'a'-to-'z'
 
:::::{| class="wikitable" border="1"
Line 95 ⟶ 94:
 
;Task:
:*   Encode and decode the following three strings of characters using the symbol table of the characters   '''a'''-to-'''z'''   as above.
:*   Show the strings and their encoding here.
:*   Add a check to ensure that the decoded string is the same as the original.
 
<br>
Line 106 ⟶ 105:
<big> hiphophiphop </big>
 
 
(Note the spellings.)
<small>(Note the misspellings in the above strings.)</small>
<br><br>