mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-16 17:42:06 +00:00
Edited ch10_network.adoc with Atlas code editor
This commit is contained in:
parent
c640dcb3bc
commit
b3d7e4d3e0
@ -878,7 +878,7 @@ We can see that the differences between two numbers in an ordered list
|
|||||||
produces numbers that are shorter than the original numbers. Upon
|
produces numbers that are shorter than the original numbers. Upon
|
||||||
receiving this list, Bob can reconstruct the original list by simply
|
receiving this list, Bob can reconstruct the original list by simply
|
||||||
adding each number with its predecessor. That means we save space
|
adding each number with its predecessor. That means we save space
|
||||||
without losing any information, which is called _lossless encoding_.
|
without losing any information, which is ((("lossless encoding")))called _lossless encoding_.
|
||||||
|
|
||||||
If we randomly select numbers within a fixed range of values, then the
|
If we randomly select numbers within a fixed range of values, then the
|
||||||
more numbers we select, the smaller the average (mean) size of the
|
more numbers we select, the smaller the average (mean) size of the
|
||||||
|
Loading…
Reference in New Issue
Block a user