The Blind 75 Leetcode Series: Palindromic Substring

Jonathan Chao
4 min readNov 16, 2023
Photo by Chris Ried on Unsplash

647. Palindromic Substrings

Given a string s, return the number of palindromic substrings in it.

A string is a palindrome when it reads the same backward as forward.

A substring is a contiguous sequence of characters within the string.

--

--

Jonathan Chao

I am a software developer who has been in this industry for close to a decade. I share my experience to people who are or want to get into the industry