47 stream <<
"Breadth First Serach: "
50 stream <<
"Depth First Serach: "
void test_graph_graphic_presentation()
typename graph_t::visit_mode visit_mode
void test_graph_search_dfs_bfs_graphic_representation()
void test_graph_search_dfs_bfs()
std::vector< index_t > traverse_dfs(index_t start=0)
std::string build_graph(visit_mode vmode=visit_mode::graph)
std::vector< index_t > traverse_bfs(index_t start=0)
void emplace_back(EleType &&value, Type &&index0, Types &&... indices)