Skip to content

Commit 28553a8

Browse files
authored
Update and rename 3006-find beautiful indices in the given array.md to 3006-find-beautiful-indices-in-the-given-array-i.md
1 parent 5464741 commit 28553a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dsa-solutions/lc-solutions/3000-3099/3006-find beautiful indices in the given array.md renamed to dsa-solutions/lc-solutions/3000-3099/3006-find-beautiful-indices-in-the-given-array-i.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: Find-Beautiful-Indices-in-the-Given-Array-I
2+
id: find-beautiful-indices-in-the-given-array-i
33
title: Find Beautiful Indices in the Given Array I
44
sidebar_label: 3006 -Find Beautiful Indices in the Given Array I
55
tags:
@@ -180,7 +180,3 @@ vector<int> beautifulIndices(string s, string a, string b, int k) {
180180
181181
- Time complexity: $O(n)$, where n is the length of the string
182182
- Space complexity: $O(n)$, where n is the length of the string
183-
184-
- **LeetCode Problem**: [ Count Elements With Maximum Frequency](https://leetcode.com/problems/find-beautiful-indices-in-the-given-array-i/description/)
185-
186-
- **Solution Link**: [LeetCode Solution](https://leetcode.com/problems/find-beautiful-indices-in-the-given-array-i/solutions/4561773/c-java-kmp-string-pattern-matching-algo-very-simple)

0 commit comments

Comments
 (0)