MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integer to Roman Numeral in Python

mVolpe94 opened this issue · comments

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

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

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

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.