Python icon indicating copy to clipboard operation
Python copied to clipboard

Add integer to roman v2

Open NA-V10 opened this issue 1 month ago • 0 comments

Checklist

[x] I have read the contributing guidelines [x] I have added doctests [x] My code follows the project style [x] This algorithm is not a duplicate [x] All doctests pass locally

Summary

This PR adds the integer_to_roman algorithm to the strings directory. It converts an integer to a Roman numeral and includes doctests and input validation.

Description

Reversible integer-to-Roman mapping logic Valid for numbers 1–3999 Clear, descriptive parameter names as required by algorithms-keeper Pure Python implementation with tests

Thank you!

NA-V10 avatar Nov 21 '25 12:11 NA-V10