Skip to content

Commit 6b298ab

Browse files
Addresses requested changes for Leetcode Solution 305
Replaces < with &lt; Replaces O(k log(mn)) with $O(k log(mn))$ where asked to do so.
1 parent 61e93aa commit 6b298ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0300-0399/0305-number-of-islands-ii.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Output: [1]
4747
- 0 &lt;= ci &lt; n
4848

4949
### Follow up
50-
Could you solve it in time complexity O(k log(mn)), where k == positions.length?
50+
Could you solve it in time complexity $O(k log(mn))$, where k == positions.length?
5151

5252
## Solution
5353

0 commit comments

Comments
 (0)