kdtree/README.md

11 lines
197 B
Markdown
Raw Permalink Normal View History

2020-12-09 13:09:35 +01:00
# cpp-template
## Instructions
- Formatting: `./format.sh`
- Building: `make`
- Running: `./program.out`
2020-12-09 13:58:21 +01:00
## Implementation
- median calculation uses ``std::nth_element`` of `<algorithm>` header