Implementation of a snapshot algorithm that retrieves the current total balance (of bitcakes - currency) in a distributed peer to peer system in which a large number of transactions are constantly being made. The snapshot algorithm is a mix between the Lai Yang - Li and the Spezialetti-Kearns algorithms.
distributed-systems peer-to-peer concurrent-programming network-programming snapshot-algorithm specialetti-kearns-algorithm lai-yang-li
-
Updated
Sep 15, 2020 - Java