Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Roman to integer #343

Merged
merged 3 commits into from
Nov 1, 2020
Merged

Roman to integer #343

merged 3 commits into from
Nov 1, 2020

Conversation

Ajordat
Copy link
Contributor

@Ajordat Ajordat commented Oct 29, 2020

Implemented the code to convert a roman number into an integer, as requested in the issue #275.

I have noticed that since I took my time to make it work the best I could, some implementations in Python have already been provided. Regardless, I still think that it's worth to be added, as it makes a few validations that the other implementations ignore.

Copy link
Owner

@aditya109 aditya109 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@aditya109 aditya109 merged commit 1adb103 into aditya109:master Nov 1, 2020
@Ajordat Ajordat deleted the roman_to_integer branch November 1, 2020 12:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants