Skip to content

Commit 6bb3acc

Browse files
authored
Merge branch 'main' into main
2 parents 440180c + f5546f1 commit 6bb3acc

File tree

771 files changed

+134543
-1310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

771 files changed

+134543
-1310
lines changed

.problemSiteData.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5855,7 +5855,7 @@
58555855
"pattern":"Greedy",
58565856
"link":"candy/",
58575857
"video":"1IzCRCcK17A",
5858-
"difficulty":"Medium",
5858+
"difficulty":"Hard",
58595859
"code":"135-candy"
58605860
},
58615861
{

README.md

+488-488
Large diffs are not rendered by default.

articles/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Article Guide
2+
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)