ShilAndPallidromeResearch

CodeLink->https://ide.codingblocks.com/s/259669
only 2 test case were passed.

@imsaurabh
Your logic is correct but your temp[] array declared in line 68 have some random value.
Just write for(int i=0;i<26;i++){ temp[i]=0; } just after line 68.
Your code will work fine for all testcase.