From cd03c3138096c4bee31247c4d85e8735ec05c578 Mon Sep 17 00:00:00 2001 From: John Law Date: Sun, 7 Apr 2019 23:52:54 +0800 Subject: [PATCH] Rename is_Palindrome to is_Palindrome.py --- 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