public class Solution extends Object
| Constructor and Description |
|---|
Solution() |
| Modifier and Type | Method and Description |
|---|---|
String |
intToRoman(int num) |
int |
numerals(StringBuilder sb,
int num,
int ten,
int five,
int one,
char c_ten,
char c_five,
char c_one) |
public String intToRoman(int num)
public int numerals(StringBuilder sb, int num, int ten, int five, int one, char c_ten, char c_five, char c_one)
Copyright © 2021. All rights reserved.