From 3406fa5ec9e0caf7d72ea21f51a83f20757592d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Br=C3=A1s?= Date: Thu, 2 May 2024 19:41:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1bc5a7..a173cbd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Ball Tree Construction Project](https://fenix.tecnico.ulisboa.pt/disciplinas/CPD132646/2020-2021/2-semestre) +# [Ball Algorithm Parallel and Distributed Solver](https://fenix.tecnico.ulisboa.pt/disciplinas/CPD132646/2020-2021/2-semestre) This project implements a parallel Ball Tree construction algorithm in a Distributed-Memory environment. The implementation focuses on problem decomposition, synchronization concerns, and load balancing to improve performance.