Skip to content

Commit c906f6a

Browse files
authored
Update and rename 3002-Maximum size of a set after removals.md to 3002-maximum-size-of-a-set-after-removals.md
1 parent 457c31b commit c906f6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dsa-solutions/lc-solutions/3000-3099/3002-Maximum size of a set after removals.md renamed to dsa-solutions/lc-solutions/3000-3099/3002-maximum-size-of-a-set-after-removals.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,3 @@ public:
151151

152152
- Time complexity: $O(n)$, where n is the total number of elements in both nums1 and nums2. Calculating the set intersection and differences takes linear time.
153153
- Space complexity: $O(n)$ , where n is the total number of elements in both nums1 and nums2. The space complexity is dominated by the sets n1 and n2, which store unique elements from the input arrays.
154-
155-
- **LeetCode Problem**: [Maximum Size of a Set After Removals](]https://leetcode.com/problems/maximum-size-of-a-set-after-removals/description/)
156-
157-
- **Solution Link**: [LeetCode Solution](https://leetcode.com/problems/maximum-size-of-a-set-after-removals/solutions/5211330/97-beats-python3-set)

0 commit comments

Comments
 (0)