You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,20 @@ I will periodically update the neetcode.io site with new solutions for this repo
6
6
7
7
### Contributing
8
8
9
-
Solutions needed:
9
+
To contribute, please fork this repo and open a PR against `main` for a problem that does not yet have a solution in a given language.
10
+
11
+
Solutions needed (will be linked from [NeetCode.io](https://neetcode.io)):
10
12
* Java
11
13
* Javascript
12
14
15
+
Solutions are also welcome for any other supported language on leetcode.com!
16
+
17
+
In order to get your PR reviewed as quickly as possible, please:
18
+
- adhere to existing naming conventions for files/directories
19
+
- prefer adding only one solution per PR (not a hard and fast rule, but will typically make the review cycle shorter)
20
+
- ensure your code is consistently formatted according to the language you're writing in (there are free online formatters: [formatter.org](https://formatter.org/) and [textmagic](https://freetools.textmagic.com/source-code-formatter) to name a few)
21
+
- ensure your code passes submission on [leetcode.com](https://leetcode.com)
0 commit comments