Update README.md

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

View File

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