Skip to content

Commit dfa46f9

Browse files
authored
Update 159._Longest_Substring_with_At_Most_Two_Distinct_Characters.md
1 parent 3eaa882 commit dfa46f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Leetcode_Solutions/Python/159._Longest_Substring_with_At_Most_Two_Distinct_Characters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Explanation: t is "aabbb" which its length is 5.
2828
## 解题方案
2929

3030
> 思路 1
31+
******- 时间复杂度: O(N)******- 空间复杂度: O(N)******
3132

3233

3334
```python

0 commit comments

Comments
 (0)