This repository is used as a code submission in the case of the High Performance and Parallel Computing at EPFL. It is an implementation of the N-Body problem in three differents was:
- Barnes-Hut sequential (C++)
- Brute-force sequential (C++)
- Brute-force parallel (C++/CUDA)