[LeetCode]
Top Interview 150 Problems Solving # 13 Roman to Integer
Understanding the Problem
The problem is direct and very simply understandable. Changing roman number to integer and returning the integer is the only task.
But it is quite tricky when it comes to the combination of the numbers.
# basic roman numbers...
ramieeee.me2 min read