Roman to Integer at Oracle
Easy66.2% acceptance
This problem has 62.5% frequency at Oracle.
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 Oracle Questions
LRU CacheMediumTwo SumEasyLongest Substring Without Repeating CharactersMediumLongest Palindromic SubstringMediumGroup AnagramsMedium
View all Oracle questions