We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bef651 commit 51baf03Copy full SHA for 51baf03
dynamic_programming/word_break.py
@@ -24,7 +24,7 @@
24
from typing import Any
25
26
27
-def word_break(string: str, word_dict: list[str]) -> bool:
+def word_break(string: str, words: list[str]) -> bool:
28
"""
29
Return True if numbers have opposite signs False otherwise.
30
0 commit comments