mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 19:00:15 +08:00
docs: Add Wikipedia link in minimax.cpp
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief returns which is the longest/shortest number
|
||||
* @brief returns which is the longest/shortest number, using minimax algorithm
|
||||
*
|
||||
* Wikipedia: https://en.wikipedia.org/wiki/Minimax
|
||||
*/
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user