Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Integer to Roman Numeral in Python #1206

Open
1 of 2 tasks
mVolpe94 opened this issue Jun 22, 2023 · 3 comments
Open
1 of 2 tasks

Integer to Roman Numeral in Python #1206

mVolpe94 opened this issue Jun 22, 2023 · 3 comments

Comments

@mVolpe94
Copy link

mVolpe94 commented Jun 22, 2023

Information about Algorithm

I would like to propose adding an algorithm to convert integers to roman numerals in python in the DSA repository.

This algorithm would take an integer and return the corresponding value written as a string of roman numerals.

I think this would be a good addition to the DSA repository as I noticed Python only has a roman numeral to integer algorithm present currently. Would this be something I would be allowed to add? Please let me know of any ideas or questions you may have.

Volpe

Have you read the Contributing.md and Code of conduct

  • Yes
  • No
@welcome
Copy link

welcome bot commented Jun 22, 2023

Thanks for opening your first issue here! Be sure to follow the issue template!

@mVolpe94 mVolpe94 changed the title <!--Integer to Roman Numeral]--> in <!--[Python--> Integer to Roman Numeral in Python Jun 22, 2023
@Anirudh-Kavle
Copy link

I wish to work on this, is that fine?
It's my first contribution.

@mVolpe94
Copy link
Author

This was one of my first contributions too. Feel free to work on it, I am curious what your thoughts are.

Do you know if there is a way to calculate numbers above 3,999? I don't know how to (or if its possible to) make lines appear above characters as in larger roman numeral numbers. Looking forward to working with you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants