Saloni6111 / DSA_Problems-Hacktoberfest-2024

Solve given DSA problems here for hactoberfest.
7 stars 12 forks source link

Palindromic Substrings #49

Open Saloni6111 opened 18 hours ago

Saloni6111 commented 18 hours ago

Description: Given a string s, return the number of palindromic substrings in it. A substring is a palindrome if it reads the same backward as forward.

Example: Input: "abc" Output: 3 (substrings: "a", "b", "c")

Vishrut99 commented 14 hours ago

I want to make pull request so pls assign me

Saloni6111 commented 14 hours ago

I want to make pull request so pls assign me

@Vishrut99 Go ahead!