Nivedita967 / Data-Structure-and-Algorithms

Data Structure and Algorithms problems across various platforms.
MIT License
47 stars 77 forks source link

Count Palindrome Sub-Strings of a String in C #1217

Closed kanak22 closed 3 years ago

kanak22 commented 3 years ago

Related Issue

https://practice.geeksforgeeks.org/problems/count-palindrome-sub-strings-of-a-string/0

Closes: #1034

Describe the changes you've made

Solution of problem in C

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Language used for coding

C

Checklist: