Skip to content

Commit 6cdfe5f

Browse files
Merge pull request SharingSource#495 from SharingSource/ac_oier
✨feat: Add 591
2 parents f4646e9 + eca3241 commit 6cdfe5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LeetCode/591-600/591. 标签验证器(困难).md

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ class Solution {
136136
if (d.isEmpty() || !d.pollLast().equals(tag)) return false;
137137
if (d.isEmpty() && i < n) return false;
138138
}
139-
140139
} else {
141140
if (i == 0) return false;
142141
i++;

0 commit comments

Comments
 (0)