Skip to content
Commit a6b44d7a authored by Santtu Lakkala's avatar Santtu Lakkala Committed by David King
Browse files

Reimplement Roman numeral detection

Roman numeral detection code used complicated process of check, parse,
build, compare to detect if a string was a valid Roman numeral.
Reimplemented as a single step, that only checks for the validity (and
well-formedness) of the string, without computing its value.

It uses the same modern Roman numeral notation, including subtractive
notation.
parent 8a5acffa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment