Negafibonacci coding: Difference between revisions

Content deleted Content added
MerlIwBot (talk | contribs)
Prepended a missing "1" onto the list of decode bit values to correct an error in the explanation of how to decode a token.
Line 38:
# Place a one after the last naturally occurring one in our output.
 
To decode a token in the code, remove the last "1", assign the remaining bits the values 1,-1,2,-3,5,-8,13... (the [[negafibonacci]] numbers), and add the "1" bits.
 
==See also==