We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b28dc5 commit e1cb466Copy full SHA for e1cb466
test/unionfind.test.cpp
@@ -1,6 +1,6 @@
1
#define PROBLEM "https://judge.yosupo.jp/problem/unionfind"
2
3
-#include "../weilycoder/unionfind.hpp"
+#include "../weilycoder/data-struct/unionfind.hpp"
4
#include <iostream>
5
using namespace std;
6
using namespace weilycoder;
weilycoder/unionfind.hpp renamed to weilycoder/data-struct/unionfind.hpp
0 commit comments