include see-also for all gcd algos

This commit is contained in:
Krishna Vedala
2020-05-27 18:55:09 -04:00
parent 21c963c2f5
commit 0a58f8f08f
3 changed files with 11 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
* *iterative form* of
* [Euclidean algorithm](https://en.wikipedia.org/wiki/Euclidean_algorithm)
*
* @see gcd_recursive_euclidean.cpp
* @see gcd_recursive_euclidean.cpp, gcd_of_n_numbers.cpp
*/
#include <iostream>
#include <stdexcept>