Skip to content

Instantly share code, notes, and snippets.

@HanEmile
Created October 11, 2018 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HanEmile/9091ba5bc510c70066fc23b967e5b1a6 to your computer and use it in GitHub Desktop.
Save HanEmile/9091ba5bc510c70066fc23b967e5b1a6 to your computer and use it in GitHub Desktop.
Pseudocode: Calculate all the forces in a galaxy
starsArray = []Stars
starsArray.ImportData("data.csv")
starsArray.CalcAllForces()
starsArray.Draw("out.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment