Problem 60747. Describe n from right to left

If you were to describe the number 46 from right to left, you could say “one 6, one 4”, or 1614. The number 8663 would be “one 3, two 6s, one 8”, or 132618. The number 101101 would be 1110211011.
Write a function to describe a given number in this way.

Solution Stats

81.82% Correct | 18.18% Incorrect
Last Solution submitted on Oct 25, 2024

Solution Comments

Show comments

Problem Recent Solvers6

Suggested Problems

More from this Author279

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!