mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-06-01 12:53:41 +00:00
Fixed a spelling issue
This commit is contained in:
parent
c64f65f6f0
commit
d11acec5f3
@ -19,7 +19,7 @@ def min_window(search_str: str, target_letters: str) -> str:
|
|||||||
in search_str.
|
in search_str.
|
||||||
|
|
||||||
Space complexity: O(search_len) ->
|
Space complexity: O(search_len) ->
|
||||||
The primary contributer to additional space is the building of a
|
The primary contributor to additional space is the building of a
|
||||||
dictionary using the search string.
|
dictionary using the search string.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user