Movatterモバイル変換


[0]ホーム

URL:


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

Commitd8ed917

Browse files
authored
Merge branch 'main' into 0344-reverse-string
2 parents0294dc2 +131fc44 commitd8ed917

File tree

2,423 files changed

+186258
-13037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,423 files changed

+186258
-13037
lines changed

‎.github/pull_request_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[//]:#"Pull Request Template"
22
[//]:#"Replace the placeholder values in the template below"
33

4-
-**File(s) Modified**:_1-Two-Sum.py,2-Add-Two-Numbers.py, etc..._
4+
-**File(s) Modified**:_0001-two-sum.py,0002-add-two-numbers.py, etc..._
55
-**Language(s) Used**:_python, javascript, etc..._
66
-**Submission URL**:_https://leetcode.com/problems/[problem-name]/submissions/xxxxxxxxx/_
77

88
[//]:#"Getting the Submission URL"
99
[//]:#"Go to the leetcode [`Submissions tab`](https://user-images.githubusercontent.com/71089234/180188604-b1ecaf90-bf27-4fd6-a559-5567aebf8930.png)"
1010
[//]:#"and [click on the `Accepted` status of your submission.](https://user-images.githubusercontent.com/71089234/180189321-1a48c33f-aa65-4b29-8aaa-685f4f5f8c9e.png)]"
1111
[//]:#"Finally copy the URL from the nav bar, it should look like https://leetcode.com/problems/[problem-name]/submissions/xxxxxxxxx/"
12+
13+
14+
###Important
15+
Please make sure the file name is lowercase and a duplicate file does not already exist before merging.

‎.github/workflows/build-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version:16
2323

2424
-name:Completion Table
25-
run:node./.github/workflows/updateCompletionTable.js;
25+
run:node updateCompletionTable.js;
2626

2727
-name:Check for modified files
2828
id:git-check

‎.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.DS_Store
1+
.DS_Store
2+
.metals
3+
.vscode

‎.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎.idea/codeStyles/Project.xml

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp