Roman to Integer at Amazon
Easy66.2% acceptance
This problem has 62.5% frequency at Amazon.
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 Amazon Questions
Two SumEasyLongest Substring Without Repeating CharactersMediumLRU CacheMediumAdd Two NumbersMediumLongest Palindromic SubstringMedium
View all Amazon questions