Content deleted Content added
added no footnotes tag + multiple issues wrapper + converted superfluous === section headings into body text (in italic) |
No edit summary |
||
(2 intermediate revisions by 2 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>).
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==
|