about summary refs log tree commit diff
path: root/README.md
blob: e22efeb4e4a4c1ce7aa3993ecb6ddaf357c6dec7 (plain)
1
2
3
4
5
6
7
# galaxy-sim-brute-force

> A comparison. This was built to show that calculating all forces acting in a galaxy is super inefficient

Simple force calculation using a O(n^2) method for Benchmarking

![](viz/runtime.png)