Romanizer
Problem Overview
- Convert one or more integers to their Roman numeral form.
- Input: an array of integers; Output: an array of Roman numeral strings; constraints unspecified.
- Domain: numeral system conversion used in formatting dates, outlines, clocks, and titles.
- Asked in Atlassian interviews; a classic coding interview problem.
- Common interview question focused on correct numeral representation.
Example
Unlock to view complete problem details
and practice with sample input/output
Was this article helpful?
View Test Cases & Run Code requires membership
Input Variables
Execution Result:
