Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/roman-numeral-to-int
Convert a roman numeral string to an integer
https://github.com/mecaneer23/roman-numeral-to-int
Last synced: about 2 months ago
JSON representation
Convert a roman numeral string to an integer
- Host: GitHub
- URL: https://github.com/mecaneer23/roman-numeral-to-int
- Owner: mecaneer23
- Created: 2023-11-03T19:12:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:02:25.000Z (7 months ago)
- Last Synced: 2024-05-28T04:54:12.794Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roman numeral to integer converter
Convert a roman numeral string to an integer
Solves LeetCode `13. Roman to Integer`