Skip to content

Commit e1cb466

Browse files
committed
feat: Add UnionFind data structure implementation
1 parent 0b28dc5 commit e1cb466

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/unionfind.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define PROBLEM "https://judge.yosupo.jp/problem/unionfind"
22

3-
#include "../weilycoder/unionfind.hpp"
3+
#include "../weilycoder/data-struct/unionfind.hpp"
44
#include <iostream>
55
using namespace std;
66
using namespace weilycoder;
File renamed without changes.

0 commit comments

Comments
 (0)