Update README.md

This commit is contained in:
Patricia Aas 2021-10-19 09:38:59 +02:00 committed by GitHub
parent f1522ac3bc
commit 10accfd5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ Direction PacManAI::optimalDirection(const std::array<Move, 4> & moves) {
<details>
<summary>Hint</summary>
You can use [std::min_element](https://en.cppreference.com/w/cpp/algorithm/min_element) to find the closest pellet
</details>