Romanizer
Problem Overview
- Convert each integer to its Roman numeral representation.
- Input: an array of integers; Output: an array of strings of equal length with the corresponding Roman numerals.
- Domain: numeral system conversion for formatting, localization, or legacy compatibility.
- This interview question is from Bnp interviews and is a common coding interview problem.
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:
