diff --git a/backtracking/minimax.cpp b/backtracking/minimax.cpp index 5de9838d3..ca327dc8f 100644 --- a/backtracking/minimax.cpp +++ b/backtracking/minimax.cpp @@ -1,8 +1,7 @@ /** * @file - * @brief returns which is the longest/shortest number, using minimax algorithm - * - * Wikipedia: https://en.wikipedia.org/wiki/Minimax + * @brief returns which is the longest/shortest number + * using [minimax](https://en.wikipedia.org/wiki/Minimax) algorithm */ #include #include