From 56286a7291bbf9cfff4f98420359b107d23efe3c Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 7 Jul 2026 04:59:10 -0600 Subject: [PATCH] adding algo --- ...alindrome_substring.py => 12_longest_palindromic_substring.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/my_project/interviews/google_top_exercises/round_1/{12_longest_palindrome_substring.py => 12_longest_palindromic_substring.py} (100%) diff --git a/src/my_project/interviews/google_top_exercises/round_1/12_longest_palindrome_substring.py b/src/my_project/interviews/google_top_exercises/round_1/12_longest_palindromic_substring.py similarity index 100% rename from src/my_project/interviews/google_top_exercises/round_1/12_longest_palindrome_substring.py rename to src/my_project/interviews/google_top_exercises/round_1/12_longest_palindromic_substring.py