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:

  1. Parse the ROMAN to DECIMAL
  2. Generate the DECIMAL to ROMAN in minimal form
  3. Calculate the saved characters between original and new romans