NBodies
stuff
# Possible errors
- Bodies traveling through one another
- Collisions occur between timesteps, causing change in all bodies globally
- Collisions with more than 2 bodies
# Possible optimizations
- Consider only a small area around the body
- Compute accelerations only for pairs, rather than all bodies twice
- Change in data structure