issues
search
DestructHub
/
ProjectEuler
Polyglot solutions for www.projecteuler.net mathematical challenges
https://destructhub.github.io
MIT License
166
stars
45
forks
source link
Add Problem089 solution written in Python
#227
Closed
ryukinix
closed
5 years ago
ryukinix
commented
5 years ago
The solution approach is:
Parse the ROMAN to DECIMAL
Generate the DECIMAL to ROMAN in minimal form
Calculate the saved characters between original and new romans
The solution approach is: