Skip to content

Commit ef32fe1

Browse files
authoredSep 16, 2024
Update README.md
1 parent fd8f107 commit ef32fe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

Diff for: ‎articles/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# Article Guide
12

3+
1. Each article should be written in markdown. Exanple: [duplicate-integer.md](https://github.com/neetcode-gh/leetcode/blob/main/articles/duplicate-integer.md)
4+
2. At least one solution should be similar to a solution present in the NeetCode video. Ideally all solutions from the video are present.
5+
3. Add time & space complexity
6+
4. Cover all relevant solutions if possible.

0 commit comments

Comments
 (0)
Please sign in to comment.