generated from karl/cpp-template
11 lines
197 B
Markdown
11 lines
197 B
Markdown
# cpp-template
|
|
|
|
## Instructions
|
|
|
|
- Formatting: `./format.sh`
|
|
- Building: `make`
|
|
- Running: `./program.out`
|
|
|
|
## Implementation
|
|
|
|
- median calculation uses ``std::nth_element`` of `<algorithm>` header |