Skip to content

Commit ecceb01

Browse files
committed
Added Lc 0994 Rotting Oranges Solution
1 parent 5d9ee83 commit ecceb01

File tree

2 files changed

+606
-1
lines changed

2 files changed

+606
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)