Problem 548. How many palindromes?
- Given a set of letters, count all possible palindromes, using all of those letters.
- For example, if the set is {'A' 'A' 'A'} then the number is 1.
- If the set is {'A 'A' 'B'} then the number is 1.
- If the set is {'A' 'B' 'C'} then the number is 0.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
-
Return a list sorted by number of occurrences
2830 Solvers
-
Create a function handle that reverses the input arguments of another function handle
152 Solvers
-
Compress strings (not springs)
207 Solvers
-
842 Solvers
-
Reverse the elements of an array
1057 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!