Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 333 Bytes

File metadata and controls

12 lines (7 loc) · 333 Bytes

JavaEP2

Solutions of problems given in Introduction to Programming 2 at TU Wien.

Celestial System

Celestial systems represented as lists and trees with celestial bodies elements.

Barnes-Hut Algorithm

The Barnes–Hut simulationis an approximation algorithm for performing an n-body simulation. Implementation of octree.