mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update graph/breadth_first_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
baffac80ad
commit
1cbc00c541
@ -54,7 +54,10 @@
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
///namespace graph which contains the class Graph
|
||||
/**
|
||||
* \namespace graph
|
||||
* \brief Graph algorithms
|
||||
*/
|
||||
namespace graph{
|
||||
/* Class Graph definition */
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user