Skip to content

Commit bd7b9e3

Browse files
authored
Update find-palindrome-with-fixed-length.py
1 parent 4b15cee commit bd7b9e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/find-palindrome-with-fixed-length.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def f(l, x):
2525
return [f(intLength, x) for x in queries]
2626

2727

28-
2928
# Time: O(n * l)
3029
# Space: O(l)
3130
# math

0 commit comments

Comments
 (0)