You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: