From ac0dfefb4184f7963792d1093329210d90a2d214 Mon Sep 17 00:00:00 2001 From: Micha Hernandez van Leuffen Date: Sun, 6 Oct 2013 18:35:14 -0700 Subject: [PATCH] Create distributed-algorithms.md --- distributed-algorithms.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 distributed-algorithms.md diff --git a/distributed-algorithms.md b/distributed-algorithms.md new file mode 100644 index 0000000..66ee3ca --- /dev/null +++ b/distributed-algorithms.md @@ -0,0 +1,5 @@ +Theoretic algorithms on fault tolerance, leader election, consensus and snapshotting: + +* [Distributed Algorithms](http://www.amazon.com/Distributed-Algorithms-Kaufmann-Management-ebook/dp/B006QUTUR2/ref=sr_1_10?s=books&ie=UTF8&qid=1381109252&sr=1-10&keywords=distributed+systems) +* [Elements of Distributed Computing](http://www.amazon.com/Elements-Distributed-Computing-Vijay-Garg-ebook/dp/B00275FWH2/ref=pd_sim_b_7) +* [Distributed Computing](http://www.amazon.com/Distributed-Computing-Principles-Algorithms-Systems/dp/0521189845/ref=sr_1_1?s=books&ie=UTF8&qid=1381109329&sr=1-1&keywords=distributed+computing)