Skip to content

Commit 37060d0

Browse files
problme 71 init complete
1 parent 2f64e9d commit 37060d0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

problem71/problem.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Problem 71:
2+
3+
### Implement a function that converts a Roman numeral to an integer. The function should take a Roman numeral string (e.g., "IX" or "XXI") as input and return the corresponding integer value.

problem71/problem71.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
3+
Implement a function that converts a Roman numeral to an integer. The function should take a Roman numeral string (e.g., "IX" or "XXI") as input and return the corresponding integer value.
4+
5+
*/
6+

0 commit comments

Comments
 (0)