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

Skip to content

Commit 74dda1d

Browse files
authored
Merge branch 'neetcode-gh:main' into main
2 parents fc8b53f + e4abf3b commit 74dda1d

File tree

483 files changed

+9184
-8442
lines changed

Some content is hidden

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

483 files changed

+9184
-8442
lines changed

.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

.problemList.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"https://leetcode.com/problems/find-pivot-index/",
8181
"0724"
8282
],
83+
[
84+
"Range Sum Query - Immutable",
85+
"https://leetcode.com/problems/range-sum-query-immutable/",
86+
"0303"
87+
],
8388
[
8489
"Find All Numbers Disappeared In An Array",
8590
"https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/",
@@ -95,11 +100,21 @@
95100
"https://leetcode.com/problems/word-pattern/",
96101
"0290"
97102
],
103+
[
104+
"Design HashMap",
105+
"https://leetcode.com/problems/design-hashmap/",
106+
"0706"
107+
],
98108
[
99109
"Top K Frequent Elements",
100110
"https://leetcode.com/problems/top-k-frequent-elements/",
101111
"0347"
102112
],
113+
[
114+
"Design Hashmap",
115+
"https://leetcode.com/problems/design-hashmap/",
116+
"0706"
117+
],
103118
[
104119
"Product of Array Except Self",
105120
"https://leetcode.com/problems/product-of-array-except-self/",
@@ -319,6 +334,16 @@
319334
"https://leetcode.com/problems/best-time-to-buy-and-sell-stock/",
320335
"0121"
321336
],
337+
[
338+
"Contains Duplicate II",
339+
"https://leetcode.com/problems/contains-duplicate-ii/",
340+
"0219"
341+
],
342+
[
343+
"Number of Sub Arrays of Size K and Avg Greater than or Equal to Threshold",
344+
"https://leetcode.com/problems/number-of-sub-arrays-of-size-k-and-average-greater-than-or-equal-to-threshold/",
345+
"1343"
346+
],
322347
[
323348
"Longest Substring Without Repeating Characters",
324349
"https://leetcode.com/problems/longest-substring-without-repeating-characters/",
@@ -565,6 +590,11 @@
565590
"https://leetcode.com/problems/remove-duplicates-from-sorted-list/",
566591
"0083"
567592
],
593+
[
594+
"Middle of the Linked List",
595+
"https://leetcode.com/problems/middle-of-the-linked-list/",
596+
"0876"
597+
],
568598
[
569599
"Intersection of Two Linked Lists",
570600
"https://leetcode.com/problems/intersection-of-two-linked-lists/",
@@ -722,6 +752,16 @@
722752
"https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/",
723753
"0235"
724754
],
755+
[
756+
"Insert into a Binary Search Tree",
757+
"https://leetcode.com/problems/insert-into-a-binary-search-tree/",
758+
"0701"
759+
],
760+
[
761+
"Delete Node in a BST",
762+
"https://leetcode.com/problems/delete-node-in-a-bst/",
763+
"0450"
764+
],
725765
[
726766
"Binary Tree Level Order Traversal",
727767
"https://leetcode.com/problems/binary-tree-level-order-traversal/",
@@ -1090,6 +1130,11 @@
10901130
"https://leetcode.com/problems/shortest-bridge/",
10911131
"0934"
10921132
],
1133+
[
1134+
"Shortest Path in Binary Matrix",
1135+
"https://leetcode.com/problems/shortest-path-in-binary-matrix/",
1136+
"1091"
1137+
],
10931138
[
10941139
"Redundant Connection",
10951140
"https://leetcode.com/problems/redundant-connection/",
@@ -1132,6 +1177,11 @@
11321177
"https://leetcode.com/problems/network-delay-time/",
11331178
"0743"
11341179
],
1180+
[
1181+
"Path With Maximum Probability",
1182+
"https://leetcode.com/problems/path-with-maximum-probability/",
1183+
"1514"
1184+
],
11351185
[
11361186
"Swim In Rising Water",
11371187
"https://leetcode.com/problems/swim-in-rising-water/",
@@ -1266,6 +1316,11 @@
12661316
"https://leetcode.com/problems/unique-paths/",
12671317
"0062"
12681318
],
1319+
[
1320+
"Unique Paths II",
1321+
"https://leetcode.com/problems/unique-paths-ii/",
1322+
"0063"
1323+
],
12691324
[
12701325
"Longest Common Subsequence",
12711326
"https://leetcode.com/problems/longest-common-subsequence/",
@@ -1353,6 +1408,11 @@
13531408
"https://leetcode.com/problems/maximum-subarray/",
13541409
"0053"
13551410
],
1411+
[
1412+
"Maximum Sum Circular Subarray",
1413+
"https://leetcode.com/problems/maximum-sum-circular-subarray/",
1414+
"0918"
1415+
],
13561416
[
13571417
"Jump Game",
13581418
"https://leetcode.com/problems/jump-game/",

0 commit comments

Comments
 (0)