Expand description
Examples in order of increasing complexity
Modules§
- _00_
simple - Example of simple set reconciliation between Alice and Bob. Bob is the one who wants to reconcile his set of data with Alice.
- _01_
bisect - Example of set reconciliation that uses “bisection” approach when number of differences between two sets is exceeding an estimate and simple reconciliation fails.