Skip to content

Commit cad3e9b

Browse files
committed
fix: 코드 체크 실패 개선
1 parent 9fb334a commit cad3e9b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

word-break/alphaorderly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,3 @@ def wordBreak(self, s: str, wordDict: List[str]) -> bool:
141141
stack.append(start_index)
142142

143143
return False
144-

0 commit comments

Comments
 (0)