Skip to the content.

LeetCode 273. Integer to English Words

Problem Description

Convert a non-negative integer num to its English words representation.

Test Cases

Example 1:

Example 2:

Example 3:

Constraints:

0 <= num <= 231 - 1

https://leetcode.com/problems/integer-to-english-words/