mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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.
|
||||
|
||||
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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user