MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add algorithm for converting integers to Roman numerals and vice versa in CPP

Swish78 opened this issue · comments

Information about Algorithm

I would like to propose adding an algorithm for converting integers to Roman numerals and vice versa in the DSA (Data Structures and Algorithms) repository.
The conversion algorithm would take an integer input and return a string with the corresponding Roman numeral representation, or take Roman numeral string input and return the corresponding integer value.

I believe this algorithm would be a valuable addition to the DSA repository and I would be happy to contribute to its implementation. Please let me know if this proposal has any concerns or suggestions.

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 have added the files

@hardiksharma02 can I add a python program for the same?

Go ahead

@Swish78 and @hardiksharma02 I have added code for Python.