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

Commit552747a

Browse files
Merge branch 'main' into main
2 parents2343fa7 +028d937 commit552747a

File tree

2,648 files changed

+33742
-11729
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,648 files changed

+33742
-11729
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/updateCompletionTable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const FOLDER_TO_LANG = {
1717
swift:'Swift',
1818
cpp:'C++',
1919
kotlin:'Kotlin',
20+
dart:'Dart',
2021
};
2122
constPREPEND_PATH=process.argv[2]||'./';
2223
constTEMPLATE_PATH=process.argv[3]||'./README_template.md';
@@ -86,7 +87,7 @@ for (const problemCategory in PROBLEMS_OBJ) {
8687
letfilePath=nestedFilesInDir[dir].find((file)=>
8788
file
8889
.match(/[\w-]+\..+/)?.[0]
89-
?.startsWith(problemNumber.toString())
90+
?.startsWith(problemNumber)
9091
);
9192
if(filePath){
9293
problemRow.push(

‎.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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp