Inspiration

The inspiration is from Global Hack week 2022 October day 5 challenge

What it does

It converts the roman number system such as ( IX, V, MM, XX, etc) to decimal number

How we built it

First, I built it knowing what the roman number literals represent the decimal value. After that, the script was tested to fail, and gradually it was built to convert any type of valid roman number .

Challenges we ran into

first of the challenge was to detect invalid roman number literals such as (K, O, etc) as they are not valid. and detect the not valid patterns such as iiix, iiv, etc.

Accomplishments that we're proud of

detected invalid literals, and detected common non-valid patterns.

What's next for roman number converter

to improve the detection of invalid patterns.

Built With

Share this project:

Updates