Content deleted Content added
m Date/fix the maintenance tags using AWB |
No edit summary |
||
(17 intermediate revisions by 17 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 writes the successive differences of the number after extracting the maximum value of the alphabet set from the number, and continuing recursively till the difference falls in the range of the set.
Recursive Indexing with a 2 letter alphabet is called [[Unary code]].▼
==Encoding==
To encode a number ''N'', keep reducing the maximum element of this set (
range [0 – ''S''<sub>max</sub>).
=== Example ===
Let
According to this method,
==Decoding==
Compute the sum of the index values.
=== Example ===
==Uses==
This technique is most commonly used in [[
==References==
* Khalid Sayood, Introduction to Data Compression 3rd ed, [[Morgan
[[Category:Coding theory]]
|