mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 03:10:07 +08:00
docs: fix Wikipedia link in minimax.cpp
This commit is contained in:
@@ -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 <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user