alg-vis icon indicating copy to clipboard operation
alg-vis copied to clipboard

Incorrect binary value

Open ghost opened this issue 6 years ago • 0 comments

On the following page: https://people.ksp.sk/~kuko/gnarley-trees/?page_id=310 There is an example of a binary representation of a binomial heap within the second bullet point. The example states that ( 11 (decimal) = 1101 (binary) ). This is incorrect. The correct value for 11 (decimal) is 1011(binary). Thank you for your time. Take care.

ghost avatar Dec 19 '18 02:12 ghost