Skip to content

Commit 4bc3dd6

Browse files
committed
Runtime: 76 ms (Top 13.82%) | Memory: 13.8 MB (Top 62.06%)
1 parent 94ed70c commit 4bc3dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/algorithms/M/Make The String Great/Make The String Great.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Runtime: 76 ms (Top 13.82%) | Memory: 13.8 MB (Top 62.06%)
12
class Solution:
23
def makeGood(self, s: str) -> str:
34
while True:

0 commit comments

Comments
 (0)