Skip to content

Commit 4169951

Browse files
committed
modify code
1 parent 3bbbc80 commit 4169951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/class183/Code01_CentroidDecomposition1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package class183;
22

3-
// 点分治,也叫重心分治,java版
3+
// 点分治,也叫重心分解,java版
44
// 测试链接 : https://www.luogu.com.cn/problem/P3806
55
// 提交以下的code,提交时请把类名改成"Main",可以通过所有测试用例
66

src/class183/Code01_CentroidDecomposition2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package class183;
22

3-
// 点分治,也叫重心分治,C++版
3+
// 点分治,也叫重心分解,C++版
44
// 测试链接 : https://www.luogu.com.cn/problem/P3806
55
// 如下实现是C++的版本,C++版本和java版本逻辑完全一样
66
// 提交如下代码,可以通过所有测试用例

0 commit comments

Comments
 (0)