Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

week3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
This kata consist on the implementation of a given function to parse an arabic number (integer) into its equivalent Roman number, an return it as a String.

More info about Roman numbers: https://en.wikipedia.org/wiki/Roman_numerals

Additional score will be given to those implementations with better efficiency.