Skip to content

Commit e538eb5

Browse files
authored
Update Readme.md
1 parent 89c3ffd commit e538eb5

File tree

1 file changed

+1
-1
lines changed
  • Others/2281.Sum-of-Total-Strength-of-Wizards

1 file changed

+1
-1
lines changed

Others/2281.Sum-of-Total-Strength-of-Wizards/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 6077.Sum-of-Total-Strength-of-Wizards
1+
### 2281.Sum-of-Total-Strength-of-Wizards
22

33
根据套路,我们不会去枚举所有的subarray再找其中的weakest。相反,我们遍历每个元素将其作为weakest,再找对应的subarray。
44

0 commit comments

Comments
 (0)