Skip to content

Commit cd21960

Browse files
committed
Runtime: 9164 ms (Top 5.04%) | Memory: 645.8 MB (Top 5.21%)
1 parent 9c54cbb commit cd21960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/V/Valid Palindrome II/Valid Palindrome II.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 7032 ms (Top 5.01%) | Memory: 643 MB (Top 5.03%)
1+
# Runtime: 9164 ms (Top 5.04%) | Memory: 645.8 MB (Top 5.21%)
22
class Solution:
33
def validPalindrome(self, s: str) -> bool:
44
has_deleted = False

0 commit comments

Comments
 (0)