Topic: Hashing Problem / Level: advanced

Problem: Given a string, implement a function to count the total number of palindromic substrings using hashing.

Run the code to see the output here...