Update README.md

This commit is contained in:
incredibleLeitman 2020-12-09 13:58:21 +01:00
parent 4d38422bdd
commit 6ab6f1fe7b

View File

@ -5,3 +5,7 @@
- Formatting: `./format.sh`
- Building: `make`
- Running: `./program.out`
## Implementation
- median calculation uses ``std::nth_element`` of `<algorithm>` header