diff --git a/byjuskpp.cpp b/byjuskpp.cpp new file mode 100644 index 0000000..2b55098 --- /dev/null +++ b/byjuskpp.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; +const int N = 1e5 + 5; +vectorgr[N]; +vectorans; +void bfs(int root) { + for (auto x : ans) + cout << x << " "; +}