From c53f29fb53df3c1f3a16ce3c8e7c57be774c65cd Mon Sep 17 00:00:00 2001 From: Gpamangkp <41160734+Gpamangkp@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:13:48 +0530 Subject: [PATCH] Update graph/breadth_first_search.cpp Co-authored-by: David Leal --- graph/breadth_first_search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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