From 10accfd5a68b6eda56bbb72b4a7caa2a70b5e985 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 19 Oct 2021 09:38:59 +0200 Subject: [PATCH] Update README.md --- exercises/25/pacman_ai/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/25/pacman_ai/README.md b/exercises/25/pacman_ai/README.md index 6ae22e6..646e978 100644 --- a/exercises/25/pacman_ai/README.md +++ b/exercises/25/pacman_ai/README.md @@ -83,6 +83,7 @@ Direction PacManAI::optimalDirection(const std::array & moves) {
Hint + You can use [std::min_element](https://en.cppreference.com/w/cpp/algorithm/min_element) to find the closest pellet