Here is the interview question prompt, presented for reference.
Can you convert a number to its text equivalent? This is otherwise known as number spelling
.
For example, given 1234
, we expect to get "one thousand two hundred and thirty four"
back.
100
digitsO(n)
O(n)
You can see the full challenge with visuals at this link.
Challenges • Asked about 5 years ago by Anonymous
This is the main discussion thread generated for Convert Number To Words.
[deleted]