Skip to content

Commit 73d9248

Browse files
added two pointer directory and added solution to is_palindrome
1 parent 9b357f4 commit 73d9248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/two_pointer/is_palindrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Problem Overview:
3-
3+
https://www.geeksforgeeks.org/check-if-a-number-is-palindrome/
44
Is Palindrome - Easy - Spotify
55
66
Given a string s, return true if it is a palindrome, otherwise return false.

0 commit comments

Comments
 (0)