I was asked to write a code to convert number to its english word. For ex.
34 : thirty four 10234 : Ten thousand two hundred thirty four
This problem is same as: https://leetcode.com/problems/integer-to-english-words/
Couldn't solve it.