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

Commit9563271

Browse files
authored
Update CONTRIBUTING.md
1 parenta4809c8 commit9563271

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
Solutions from these languages will be linked from[NeetCode.io](https://neetcode.io):
55

6-
* Python (complete)
7-
* C++ (complete)
6+
* Python
7+
* C++
88
* Java
99
* Javascript
1010

@@ -17,9 +17,8 @@ If you would like to have collaborator permissions on the repo to merge your own
1717
##Contributing Guidelines
1818

1919
-**Match the casing of files and directories**
20-
- For files, it's**`<language>/<problem-set>/<category>/<problem-number>_name_of_problem.<language-extension>`** (e.g.`java/neetcode_150/01_arrays_&_hashing/0001_two_sum.java`)
21-
- Please add the appropriate number of preceding zeros to the problem number, to ensure files get sorted properly (e.g.`0001`,`0012`,`0123`,`1234`)
22-
- Please take the problem name from the URL of the problem, as[described in this issue](https://github.com/neetcode-gh/leetcode/issues/457#issuecomment-1233558291)
20+
- For files, it's**`<language>/<problem-number>-Name-Of-Problem.<language-extension>`** (e.g.`java/1-Two-Sum.java`)
21+
-*Note: This is subject to change in the future, as[described in this issue](https://github.com/neetcode-gh/leetcode/issues/457#issuecomment-1233558291)*
2322
-**Give your PR a succinct and accurate title** (e.g._"Create: 1-Two-Sum.py"_)
2423
- Prefer**one solution/change per PR** (not a hard and fast rule, but will typically make the review cycle shorter)
2524
-**Follow the**[PR template](./.github/pull_request_template.md) and add additional information when needed
@@ -44,7 +43,7 @@ If you would like to have collaborator permissions on the repo to merge your own
4443
**A:** Leetcode's runtime measurement can be severely inaccurate varying based on server load, time of day and many other factors. In general, readability and clarity of the code (in the context of interviews) are features more important than performance gains, however changes that transparently improve performance will be accepted.
4544
##
4645

47-
**Q:** What if the problem I want to add isn't in the Neetcode 150 list(Missing Solutions table)?
46+
**Q:** What if the problem I want to add isn't in the Neetcode 150 listorMissing Solutions table?
4847

4948
**A:** Questions outside of the Neetcode 150 list can be added but please prioritise adding the listed solutions first.
5049
##

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp