You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
karl 72df366761 Points hold multiple Triangles; fix recursive intersection 2 years ago
tools Initial commit 3 years ago
.clang-format Fix clang-format 2 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
Makefile Add geometry as dependency to Makefile 2 years ago
README.md Update README.md 3 years ago
geometry.h Points hold multiple Triangles; fix recursive intersection 2 years ago
kdtree.h Points hold multiple Triangles; fix recursive intersection 2 years ago
main.cpp Points hold multiple Triangles; fix recursive intersection 2 years ago

README.md

cpp-template

Instructions

  • Formatting: ./format.sh
  • Building: make
  • Running: ./program.out

Implementation

  • median calculation uses std::nth_element of <algorithm> header