Skip to content

Commit 4cf8d30

Browse files
committed
Update README.md
1 parent 6d9ce6e commit 4cf8d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/HouseRobberII/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Special thanks to @Freezen for adding this problem and creating all test cases.
1111

1212
## Solution
1313

14-
分别求包括第一个不包括最后一个、包括最后一个不包括第一个情况
14+
分别求包括第一个但不包括最后一个节点、包括最后一个但不包括第一个节点的情况
1515

1616
首先实现没有环的情况:
1717

0 commit comments

Comments
 (0)