Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8ed917

Browse files
authored
Merge branch 'main' into 0344-reverse-string
2 parents 0294dc2 + 131fc44 commit d8ed917

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 about customizing 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 about customizing 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 about customizing 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 about customizing 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 about customizing 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 about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)