The Barnes-Hut Algorithm describes an effective method for solving n-body problems. It was originally published in 1986 by Josh Barnes and Piet Hut. Instead of directly summing up all forces, it is using a tree based approximation scheme which reduces the computational complexity of the problem from O(N2) to O(N log N).
-
Notifications
You must be signed in to change notification settings - Fork 0
ShubhamG2311/Galaxy-Collision-Simulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a galaxy collision simulator made by using Barnes-Hut Algorithm and C++, DSA and OOPs concepts
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published