From 48bba495ae1007c9e21a0c11d5b95585825f9a9e Mon Sep 17 00:00:00 2001 From: John Law Date: Sat, 20 Apr 2019 15:13:02 +0800 Subject: [PATCH] Rename is_Palindrome to is_Palindrome.py (#752) --- data_structures/linked_list/{is_Palindrome => is_Palindrome.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data_structures/linked_list/{is_Palindrome => is_Palindrome.py} (100%) diff --git a/data_structures/linked_list/is_Palindrome b/data_structures/linked_list/is_Palindrome.py similarity index 100% rename from data_structures/linked_list/is_Palindrome rename to data_structures/linked_list/is_Palindrome.py