Skip to content

Diego-Hinrichs/sorting-sfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-SFC Guide

How to Execute on Linux

  1. Create a build directory:

    mkdir build
  2. Move into the build directory:

    cd build
  3. Run CMake to configure the project:

    cmake ..
  4. Compile the project:

    make
  5. Run the program:

    ./src/main (num points) (steps) (alg)

Algorithm Options

  • alg = 1: Fuerza Bruta
  • alg = 2: Barnes-Hut
  • alg = 3: DEBUG mode (comparison between algorithms)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published