From 63f1ae3e81fc2fe36f08395ca8c2243fa3348372 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Thu, 9 Apr 2026 17:50:57 +0200 Subject: [PATCH] Add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eba8e63 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Raft & Viewstamped Replication + +This repository contains the implementation of the Raft and Viewstamped Replication algorithms for my bachelor thesis available at + +[https://coz.is/Thesis_Francesco_Cozzuto_N46004043.pdf](https://coz.is/Thesis_Francesco_Cozzuto_N46004043.pdf) \ No newline at end of file