Skip to content

Commit d7961fa

Browse files
committed
Added LC Solution of 0200 number of islands.
1 parent 790394b commit d7961fa

File tree

2 files changed

+408
-1
lines changed

2 files changed

+408
-1
lines changed

dsa-problems/leetcode-problems/0200-0299.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const problems = [
1414
"problemName": "200. Number of Islands",
1515
"difficulty": "Medium",
1616
"leetCodeLink": "https://leetcode.com/problems/number-of-islands",
17-
"solutionLink": "#"
17+
"solutionLink": "/dsa-solutions/lc-solutions/0200-0299/number-of-islands"
1818
},
1919
{
2020
"problemName": "201. Bitwise AND of Numbers Range",

0 commit comments

Comments
 (0)