Update README.md

This commit is contained in:
Patricia Aas 2021-10-19 09:33:20 +02:00 committed by GitHub
parent 7de9d54692
commit 44483a55c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,8 @@ Direction PacManAI::optimalDirection(const std::array<Move, 4> & moves) {
<details>
<summary>Hint</summary>
You can use std::min_element to find the closest pellet
</details>