Skip to content

Commit 6416701

Browse files
authored
Merge pull request codeharborhub#1697 from SadafKausar2025/find-product
Added leetcode 3145 solutions
2 parents 2e0f50a + 8229cdc commit 6416701

File tree

2 files changed

+541
-1
lines changed

2 files changed

+541
-1
lines changed

dsa-problems/leetcode-problems/3100-3199.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const problems = [
284284
"problemName": "3145. Find Products of Elements of Big Array",
285285
"difficulty": "Hard",
286286
"leetCodeLink": "https://leetcode.com/problems/find-products-of-elements-of-big-array",
287-
"solutionLink": "#"
287+
"solutionLink": "/dsa-solutions/lc-solutions/3100-3199/find-product-of-element-of-big-array"
288288
},
289289
{
290290
"problemName": "3146. Permutation Difference between Two Strings",

0 commit comments

Comments
 (0)