Update README.md
This commit is contained in:
parent
f1522ac3bc
commit
10accfd5a6
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue