Leetcode – Roman to Integer

Lesson learned: Do it right the first time 🙂 Name: Roman to IntegerDifficulty: EasyDescription: Convert a Roman Numeral to an Integer Example: Given III, return 3 Given MCMXCIV, return 1994 I was a little lazy on this one, this was the third for the evening and my brain was checking out. I chose to replace […]