Input is a given string. Output is the number of ways to rearrange the string.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers38
Suggested Problems
-
Extract leading non-zero digit
2251 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1326 Solvers
-
948 Solvers
-
Find the position of first minimum value in an integer array with numbers
185 Solvers
-
Find Factrorial without using built-in function
138 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The number of rearranged different strings for the last case ('EULER') is 59, not 119.
A valid and essentially the same problem exists: http://www.mathworks.com/matlabcentral/cody/problems/2394-permutation
ur last test is incorrect
The last test suite has been fixed.