Skip to content

Commit 3460e44

Browse files
committed
Runtime: 21 ms (Top 47.05%) | Memory: 7 MB (Top 42.13%)
1 parent 98a86f8 commit 3460e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/L/Longest Substring with At Least K Repeating Characters/Longest Substring with At Least K Repeating Characters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 18 ms (Top 46.34%) | Memory: 7 MB (Top 45.67%)
1+
// Runtime: 21 ms (Top 47.05%) | Memory: 7 MB (Top 42.13%)
22
/*
33
https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-characters/
44

0 commit comments

Comments
 (0)