Skip to content

rho770/edu-nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Many Body Code

Authors

Introduction

A very simple code for simulating the interaction of many particles through gravitational (or electrostatic) forces. The total force acting on a particle is computed by summing up the individual contributions for all other particles. This leads to $N^2$ complexity in the number of particles $N$.

Your mission is to make this code run as fast as possible!

The reference implementation is in C++11. You can pick and choose which C++11 features you want to use in your implementations.

Project organisation

  • src : contains the vanilla source code
  • handout : the presentation and handout

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published