We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64f65f commit d11acecCopy full SHA for d11acec
strings/min_window_substring.py
@@ -19,7 +19,7 @@ def min_window(search_str: str, target_letters: str) -> str:
19
in search_str.
20
21
Space complexity: O(search_len) ->
22
- The primary contributer to additional space is the building of a
+ The primary contributor to additional space is the building of a
23
dictionary using the search string.
24
"""
25
0 commit comments