Skip to content

Commit 30f5a0b

Browse files
authored
Merge pull request #1039 from aryan-1309/rottenoranges
Added LC Solution of 0994 Rotting Oranges
2 parents 2c09a54 + ecceb01 commit 30f5a0b

File tree

2 files changed

+606
-1
lines changed

2 files changed

+606
-1
lines changed

dsa-problems/leetcode-problems/0900-0999.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ export const problems = [
579579
problemName: "994. Rotting Oranges",
580580
difficulty: "Medium",
581581
leetCodeLink: "https://leetcode.com/problems/rotting-oranges",
582-
solutionLink: "#"
582+
solutionLink: "/dsa-solutions/lc-solutions/0900-0999/rotting-oranges"
583583
},
584584
{
585585
problemName: "995. Minimum Number of K Consecutive Bit Flips",

0 commit comments

Comments
 (0)