Roman To Integer | Leetcode 13

  Рет қаралды 13,656

Techdose

Techdose

Күн бұрын

Пікірлер: 21
@aniketbasu3865
@aniketbasu3865 Жыл бұрын
the code is referring to an out-of-bound index for the loop. ``` int val = 0; for(int i=0;i=mpp[s[i+1]]){ val += mpp[s[i]]; } else{ val -= mpp[s[i]]; } } val += mpp[s.back()]; return val; ``` this is the correct code
@sauravjos
@sauravjos Жыл бұрын
Nice explanation. Also, the code is referring to an out-of-bound index for the loop.
@ayushagarwal5271
@ayushagarwal5271 4 ай бұрын
add i
@anthonyrojas9989
@anthonyrojas9989 Жыл бұрын
Well done, thank you!
@yuvisaravana2948
@yuvisaravana2948 Жыл бұрын
*Superb* 👌 *explanation* *sir*
@BartleBeez
@BartleBeez 6 ай бұрын
What if the number starts with "9"? How do we write "9" in roman numeral?
@anubhav0355
@anubhav0355 Жыл бұрын
Beautiful explanation. Thank You!
@muditkhanna8164
@muditkhanna8164 Жыл бұрын
use i =1for loop and check for i-1 and i
@ravikumar-gp6ui
@ravikumar-gp6ui Жыл бұрын
Very nice explanation
@tazmimkhan1323
@tazmimkhan1323 Жыл бұрын
Thanks a lot sir
@PragatiBatra-pd7ul
@PragatiBatra-pd7ul Жыл бұрын
sir,one test case is not running in this code class Solution { public: int romanToInt(string s) { unordered_map mymap{ {'I',1}, {'V',5}, {'X',10}, {'L',50}, {'C',100}, {'D',500}, {'M',100}, }; int result=0; for(int i=0;i
@aryanpawar7788
@aryanpawar7788 9 ай бұрын
{'M',100} shd be 1000
@aayushranjan5572
@aayushranjan5572 Жыл бұрын
bhia pls show company tags in the starting of video
@amalamal3312
@amalamal3312 Жыл бұрын
Hlo.can you plz do comparator video
@muhammadzeeshan8638
@muhammadzeeshan8638 Жыл бұрын
Sir I Can't join telegram group please send the correct link
@joyjain3111
@joyjain3111 Жыл бұрын
✨👍🏻
@shubhambhatt2704
@shubhambhatt2704 Жыл бұрын
This question was confusing as hell
@atreides4911
@atreides4911 Жыл бұрын
Algorithm comment
@al-baghdadi7914
@al-baghdadi7914 Жыл бұрын
frequently asked🤣🤣🤣🤣🤣🤣
@salihedneer8975
@salihedneer8975 Жыл бұрын
class Solution { public: int romanToInt(string s) { unordered_map romanToInteger{ {'I',1}, {'V',5}, {'X',10}, {'L',50}, {'C',100}, {'D',500}, {'M',1000} }; int sum=0; for(int i=0;i=romanToInteger[s[i+1]]) sum+=romanToInteger[s[i]]; else sum-=romanToInteger[s[i]]; } return sum; } };
Trapping Rainwater Problem | Leetcode #42
34:12
Techdose
Рет қаралды 99 М.
GFG POTD: 04/10/2023 | Roman Number to Integer | Problem of the Day GeeksforGeeks
6:24
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 11 МЛН
REAL MAN 🤣💪🏻
00:35
Kan Andrey
Рет қаралды 12 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 135 МЛН
Roman To Integer - Interview Coding Question -  Leetcode 13 - Tamil
14:49
Roman to Integer - Leetcode 13 - Arrays & Strings (Python)
6:15
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
Maximum XOR for Each Query | Leetcode 1829
10:25
Techdose
Рет қаралды 480
LeetCode #13: Roman To Integer
9:20
Algo Engine
Рет қаралды 23 М.
I solved 541 Leetcode problems. But you need only 150.
7:42
Sahil & Sarra
Рет қаралды 2,4 МЛН
Roman to Integer | Leetcode -13 | Algorithms Made Easy
5:22
Algorithms Made Easy
Рет қаралды 143 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 669 М.
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 11 МЛН