Roman to Integer at Google
Easy66.2% acceptance
This problem has 62.5% frequency at Google.
Problem Description
Roman numerals are represented by seven different symbols: `I`, `V`, `X`, `L`, `C`, `D` and `M`. **Symbol** **Value** I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example,...
Read full problem and hintsTopics
Also asked at 44 companies
More Google Questions
Two SumEasyAdd Two NumbersMediumLongest Substring Without Repeating CharactersMediumLongest Common PrefixEasyLongest Consecutive SequenceMedium
View all Google questions