forked from labuladong/fucking-algorithm
-
Notifications
You must be signed in to change notification settings - Fork 1
[pull] master from labuladong:master #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fc4b58b
[fix][javascript] path-with-maximum-probability (#1587)
Jayden12138 435c10b
minimum-window-substring (#1593)
mario-huang 9968397
diameter-of-binary-tree (#1569)
mario-huang 291e8cd
fix(javascript): merge-k-sorted-lists (#1575)
Jayden12138 ac2aa71
[fix][golang] implement-stack-using-queues (#1601)
mario-huang 772dc16
Update issue templates
labuladong a330b7b
Update issue templates
labuladong 27e6347
Update issue templates
labuladong d719b2c
Update issue templates
labuladong ae699d2
Update issue templates
labuladong dff3ca2
Update issue templates
labuladong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
47 changes: 0 additions & 47 deletions
.github/ISSUE_TEMPLATE/bug_report.yml
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
.github/ISSUE_TEMPLATE/chrome-extension-bug.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Chrome extension bug | ||
about: Report bug on Chrome extension | ||
title: '' | ||
labels: chrome-extension-bug | ||
assignees: labuladong | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Platform** | ||
What kind of web browser are you using? (chrome/edge/...) |
17 changes: 17 additions & 0 deletions
.github/ISSUE_TEMPLATE/jetbrain-plugin-bug.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: JetBrain plugin bug | ||
about: Report bug on JetBrain plugin | ||
title: '' | ||
labels: jb-plugin-bug | ||
assignees: labuladong | ||
|
||
--- | ||
|
||
**Version:** | ||
What's the plugin version are you using? | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. |
10 changes: 0 additions & 10 deletions
.github/ISSUE_TEMPLATE/others.md
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
.github/ISSUE_TEMPLATE/suggestion.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Suggestion | ||
about: Suggest an idea/improvement for this project | ||
title: '' | ||
labels: feature-request | ||
assignees: labuladong | ||
|
||
--- | ||
|
||
Do you have any suggestions? | ||
|
||
Is there anything that you feel inconvenient to use? |
28 changes: 0 additions & 28 deletions
.github/ISSUE_TEMPLATE/translate.md
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
.github/ISSUE_TEMPLATE/vscode-extension-bug.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: vscode extension bug | ||
about: Report bug on vscode extension | ||
title: '' | ||
labels: vscode-extension-bug | ||
assignees: labuladong | ||
|
||
--- | ||
|
||
**Version:** | ||
What's the extension version are you using? | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. |
21 changes: 21 additions & 0 deletions
.github/ISSUE_TEMPLATE/website-bug.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Website bug | ||
about: Report bug on website `labuladong.online` | ||
title: '' | ||
labels: algo-website | ||
assignees: labuladong | ||
|
||
--- | ||
|
||
**Version:** | ||
What's the extension version are you using? | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Platform** | ||
Mobile phone or PC? | ||
What kind of web browser? (chrome/edge/...) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +0,0 @@ | ||
<!-- | ||
如果你是在修复刷题插件的解法代码,请遵循正确的格式,具体要求参见如下链接: | ||
|
||
https://github.com/labuladong/fucking-algorithm/issues/1113 | ||
--> | ||
|
||
<!-- 如果你的 PR 能够关闭某个 issue,那么在 Fixes 关键词后面输入该 issue 的链接 --> | ||
|
||
Fixes <!-- issue 链接 --> | ||
|
||
我修改的是如下题目的 xx 解法: | ||
|
||
<!-- 这里放对应题目的链接,方便验证代码 --> | ||
|
||
通过截图如下: | ||
|
||
<!-- 把解法代码通过所有测试用例的截图粘贴在这里,用来证明代码的正确性 --> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.