Update graph/breadth_first_search.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Gpamangkp
2020-10-23 09:13:40 +05:30
committed by GitHub
parent 1cbc00c541
commit 3025fc674c

View File

@@ -4,7 +4,7 @@
* \brief [Breadth First Search Algorithm
* (Breadth First Search)](https://en.wikipedia.org/wiki/Breadth-first_search)
*
* \author [Ayaan Khan](http://github.com/ayaankhan98)
* \author [Ayaan Khan](https://github.com/ayaankhan98)
* \contributor [Aman Kumar Pandey](http://github.com/gpamangkp)
*
*