Examples:
'DIG' --> 'GDI'
'IMPORTANT' --> 'TANTIMPOR'
'DEAL' --> 'EALD'
'LIMB' --> 'IMBL'
'MOSTLY' --> 'YMOSTL'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers26
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2019 Solvers
-
Back to basics 11 - Max Integer
811 Solvers
-
Sum of first n terms of a harmonic progression
511 Solvers
-
Add a row of zeros on top of a matrix
268 Solvers
-
Integer Sequence - II : New Fibonacci
686 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I did submit an answer that did find a pattern—so I didn't rely on switch case hard coding to solve it—but my solution did not find the simplest pattern, and I'm beating myself up for not seeing it.