Roman Numerals | Euler 89

This problem focuses on generating optimum Roman Numeral representation. The python code is provided and text file contains the input text. These are the rules associated with Roman Numbers

getMin() function returns the minimized roman numeral and getNum() function returns the value of the roman numeral in international format.

Comments

Popular Posts