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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
* \brief [Breadth First Search Algorithm * \brief [Breadth First Search Algorithm
* (Breadth First Search)](https://en.wikipedia.org/wiki/Breadth-first_search) * (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) * \contributor [Aman Kumar Pandey](http://github.com/gpamangkp)
* *
* *