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 Solvers36
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3666 Solvers
-
Return unique values without sorting
999 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
647 Solvers
-
Remove the two elements next to NaN value
703 Solvers
-
Test Problem; Create a 5x5 array containing all ones
404 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.