diff --git a/graph/breadth_first_search.cpp b/graph/breadth_first_search.cpp index 1d38fda24..06af41a01 100644 --- a/graph/breadth_first_search.cpp +++ b/graph/breadth_first_search.cpp @@ -5,7 +5,7 @@ * (Breadth First Search)](https://en.wikipedia.org/wiki/Breadth-first_search) * * \author [Ayaan Khan](https://github.com/ayaankhan98) - * \contributor [Aman Kumar Pandey](http://github.com/gpamangkp) + * \author [Aman Kumar Pandey](https://github.com/gpamangkp) * * * \details