Thursday, March 3, 2016

Most wanted string programs

Program to count highest occurrence character in a string .

Program to print  all permutations of a string characters  like  
123
213
312
321
231
132

Program to find anagrams 
Program to find first non repetitive character in a string
Program to reverse a string .
Program to remove occurrence of a character from a string  ( recursive )
Program to find longest palindrome in a string .

No comments: