• Bookmarks

    Bookmarks

  • Concepts

    Concepts

  • Activity

    Activity

  • Courses

    Courses


The Barnes-Hut algorithm is a method for efficiently approximating the forces in an N-body simulation, reducing the computational complexity from O(N^2) to O(N log N) by using a hierarchical spatial decomposition. It is widely used in computational physics and computer graphics for simulating large systems of particles, such as galaxies or molecular dynamics, where direct computation of pairwise interactions would be prohibitive.
History Empty State Icon

Log in to see lessons

3