From 9180c9ae3e29c09d8ce2338164d791cdb0e2d1cb Mon Sep 17 00:00:00 2001 From: Henry Wu Date: Tue, 31 Dec 2024 22:43:03 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2adc11..b090bc7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ This project implements N-body simulations for both CPU and CUDA versions, using both the direct sum and Barnes-Hut algorithms. The simulations include spiral galaxy, random body initializations, galaxy collision, and our solar system. -[Project Report](https://hsin-hung.github.io/N-body-simulation/report.pdf) +[Blog](https://medium.com/@hsinhungw/optimizing-n-body-simulation-with-barnes-hut-algorithm-and-cuda-c76e78228c28) +[Paper](https://hsin-hung.github.io/N-body-simulation/report.pdf) ## Introduction