Skip to content

Commit 08743a5

Browse files
author
openset
committed
Update: 159
1 parent 595725d commit 08743a5

File tree

1 file changed

+2
-0
lines changed
  • problems/longest-substring-with-at-most-two-distinct-characters

1 file changed

+2
-0
lines changed

problems/longest-substring-with-at-most-two-distinct-characters/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
[[Hash Table](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)]
3232
[[Two Pointers](https://github.com/openset/leetcode/tree/master/tag/two-pointers/README.md)]
3333
[[String](https://github.com/openset/leetcode/tree/master/tag/string/README.md)]
34+
[[Sliding Window](https://github.com/openset/leetcode/tree/master/tag/sliding-window/README.md)]
3435

3536
### Similar Questions
3637
1. [Longest Substring Without Repeating Characters](https://github.com/openset/leetcode/tree/master/problems/longest-substring-without-repeating-characters) (Medium)
3738
1. [Sliding Window Maximum](https://github.com/openset/leetcode/tree/master/problems/sliding-window-maximum) (Hard)
3839
1. [Longest Substring with At Most K Distinct Characters](https://github.com/openset/leetcode/tree/master/problems/longest-substring-with-at-most-k-distinct-characters) (Hard)
40+
1. [Subarrays with K Different Integers](https://github.com/openset/leetcode/tree/master/problems/subarrays-with-k-different-integers) (Hard)

0 commit comments

Comments
 (0)