Home   About Me   Blog   Algorithms & datastructures Home  



# TODO: Cristian's algorithm for clock synchronization
# https://en.wikipedia.org/wiki/Cristian%27s_algorithm

# TODO: Logical clocks
# https://en.wikipedia.org/wiki/Logical_clock
#
# 1. Lamport timestamps
# 2. Vector clocks

# TODO: 1. Lamport timestamps
# https://www.cs.rutgers.edu/~pxk/417/notes/logical-clocks.html
# https://towardsdatascience.com/understanding-lamport-timestamps-with-pythons-multiprocessing-library-12a6427881c6

# 2. Vector clocks
# https://www.cs.rutgers.edu/~pxk/417/notes/logical-clocks.html
# https://towardsdatascience.com/understanding-lamport-timestamps-with-pythons-multiprocessing-library-12a6427881c6