Content deleted Content added
some obvious copy-editing |
No edit summary |
||
(7 intermediate revisions by 7 users not shown) | |||
Line 1:
{{no footnotes|date=June 2020}}
'''Recursive indexing''' is an [[algorithm]] used to represent large numeric values using members of a relatively small [[Set (mathematics)|set]].
Recursive indexing
Recursive indexing with a 2-letter alphabet is called [[unary code]].
Line 14 ⟶ 11:
range [0 – ''S''<sub>max</sub>).
=== Example ===
Let ''S'' = [0 1 2 3 4 … 10], be an 11-element set, and we have to recursively index the value N=49.
According to this method,
==Decoding==
Compute the sum of the index values.
=== Example ===
==Uses==
Line 32 ⟶ 28:
==References==
* Khalid Sayood, Introduction to Data Compression 3rd ed, [[Morgan Kaufmann]].
[[Category:Coding theory]]
|