Replies: 1 comment
-
Here's my solution to it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a sequence:
As explained above, the sequence is generated by counting the digits of previous number.
Please create getNthNum(n) to return the n-th number string in the sequence, n starts from 1.
Beta Was this translation helpful? Give feedback.
All reactions