Skip to content

Commit bc1d7d9

Browse files
committed
refactor: Move data-struct to ds directory
1 parent d38a1b0 commit bc1d7d9

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

test/static_range_sum.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/static_range_sum"
22

3-
#include "../weilycoder/data-struct/static_range_sum.hpp"
3+
#include "../weilycoder/ds/static_range_sum.hpp"
44
#include <cstdint>
55
#include <iostream>
66
#include <vector>

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

0 commit comments

Comments
 (0)