mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1104] [MERGED] feat: added roman_numerals_to_decimal.c #1668
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1104
Author: @Focusucof
Created: 10/25/2022
Status: ✅ Merged
Merged: 12/1/2022
Merged by: @Panquesito7
Base:
master← Head:roman_numerals_to_decimal📝 Commits (6)
6a7ec24feat: added roman_numerals_to_decimal.c1cb33beadded newline at end of fileca82c3fupdating DIRECTORY.md43108e3Update conversions/roman_numerals_to_decimal.c4db5a1dUpdate conversions/roman_numerals_to_decimal.c3d4a6abMerge branch 'master' into roman_numerals_to_decimal📊 Changes
1 file changed (+121 additions, -0 deletions)
View changed files
➕
conversions/roman_numerals_to_decimal.c(+121 -0)📄 Description
Description of Change
Added roman_numerals_to_decimal.c under conversions/roman_numerals_to_decimal.c.
References
Checklist
Notes:
Added a file displaying the conversion of a roman numeral string to a decimal integer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.