Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 964eeef

Browse files
author
Shuo
authored
Merge pull request #447 from openset/develop
Update: 159
2 parents ebc2519 + 4d25a28 commit 964eeef

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎Makefile‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ update:
1010
leetcode helper
1111
leetcode tag
1212
leetcode description
13+
14+
build:
15+
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build

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

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /