CODES
some learning from problems.
CODES
some learning from problems.
Showing posts with label
palindrome
.
Show all posts
Showing posts with label
palindrome
.
Show all posts
Sunday, 8 July 2012
Find the number of substrings of a string that are palindromes
›
// INPUT : w3asd1dsaf // OUTPUT asd1dsa sd1ds d1d total 3 palindrom in given string #include<stdio.h> #include<stri...
1 comment:
›
Home
View web version