You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project I worked on at TU Wien in 2021. The objective (seen in the folder angabe) was to deploy the Barnes-Hut algorithm to implement a simulation of a solar system for a great number N of celestial bodies in O(N*log(N)) time complexity. I built the project in Java from scratch in 1 month.