Recursive indexing: Difference between revisions

Content deleted Content added
Bluebot (talk | contribs)
Fixing header errors per the Manual of Style
Line 1:
==Recursive Indexing==
When number (generally large number) is represented in a finite alphabet set, and it
cannot be represented by just one member of the set, Recursive Indexing is used.
Line 32 ⟶ 31:
 
==Uses==
This technique is most commonly used in [[RLE| Run Length Encoding]] systems to encode longer runs
than the alphabet sizes permit.
 
Line 38 ⟶ 37:
Khalid Sayood, Data Compression 3rd ed, Morgan Kaufman.
 
==See Alsoalso==
 
[[Category:Coding theory]]
[[Category:Prefixes]]