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

Roman_to_Integer #275

Closed
harshbhagwani94 opened this issue Oct 24, 2020 · 7 comments
Closed

Roman_to_Integer #275

harshbhagwani94 opened this issue Oct 24, 2020 · 7 comments

Comments

@harshbhagwani94
Copy link
Contributor

Converting Roman Numerals to Integer.
We know Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.
Symbol Value
I 1
V 5
X 10
L 50
C 100
D 500
M 1000

Example:

  1. Input : III
    Output : 3
  2. Input : IX
    Output : 9
  3. Input : MCMXCIV
    Output : 1994
    Range for Roman Numeral is [1, 3999]
@harshbhagwani94
Copy link
Contributor Author

Can someone assign this issue to me?

@sawyer1997
Copy link
Contributor

Would like to try.

@Ajordat
Copy link
Contributor

Ajordat commented Oct 25, 2020

I can take care of this in Python.

@Archie4575
Copy link
Contributor

I'd have a go in C++, if you want.

@aditya109
Copy link
Owner

Hi @Ajordat @Archie4575 @sawyer1997 @sawyer1997 @harshbhagwani94 ! Please go on ahead and raise a PR for the same, linking this issue. I am assigning this issue to you guys. Please consider starring the repo, if you have not already to encourage further contributions.

@sawyer1997
Copy link
Contributor

Hi @aditya109 , please consider reviewing the PR and merging the same.

@Sumit2399
Copy link
Contributor

Hi,@aditya109.Can I work on the issue With Java.Looking forward to the reply.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.