generated from karl/cpp-template
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.
|
2 years ago | |
---|---|---|
tools | 3 years ago | |
.clang-format | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 2 years ago | |
README.md | 3 years ago | |
geometry.h | 2 years ago | |
kdtree.h | 2 years ago | |
main.cpp | 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