Skip to content

Commit 5464741

Browse files
authored
Update and rename 3005-count elements with maximum frequency.md to 3005-count-elements-with-maximum-frequency.md
1 parent c906f6a commit 5464741

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dsa-solutions/lc-solutions/3000-3099/3005-count elements with maximum frequency.md renamed to dsa-solutions/lc-solutions/3000-3099/3005-count-elements-with-maximum-frequency.md

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

147147
- Time complexity: $O(nlog(n))$, where n is the total number of elements in nums
148148
- Space complexity:$O(nlog(n))$, where n is the total number of elements in nums
149-
150-
- **LeetCode Problem**: [ Count Elements With Maximum Frequency](https://leetcode.com/problems/count-elements-with-maximum-frequency/description/)
151-
152-
- **Solution Link**: [LeetCode Solution](https://leetcode.com/problems/count-elements-with-maximum-frequency/solutions/4840310/easy-solution-c)

0 commit comments

Comments
 (0)