Files
Failed to load latest commit information.
week3
Folders and files
Name | Name | 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.