Skip to content

Commit 7f17224

Browse files
committed
fix:127
1 parent 9a16cca commit 7f17224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

leetCode-127-Word-Ladder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ public class Solution {
215215
Set<String> beginSet = new HashSet<String>(), endSet = new HashSet<String>();
216216

217217
int len = 1;
218-
int strLen = beginWord.length();
219218
HashSet<String> visited = new HashSet<String>();
220219

221220
beginSet.add(beginWord);

0 commit comments

Comments
 (0)