diff --git a/graph/travelling_salesman_problem.cpp b/graph/travelling_salesman_problem.cpp index ebfa342ab..5138ee3b9 100644 --- a/graph/travelling_salesman_problem.cpp +++ b/graph/travelling_salesman_problem.cpp @@ -1,7 +1,7 @@ /** * @file * @brief [Travelling Salesman Problem] - * (https://en.wikipedia.org/wiki/Travelling_salesman_problem) + * (https://en.wikipedia.org/wiki/Travelling_salesman_problem) implementation * * @author [Mayank Mamgain](http://github.com/Mayank17M) *