LEETCODE(FAANG)-REMOVE OUTERMOST PARENTHESIS

  Рет қаралды 17,317

KungfuNaman

KungfuNaman

Күн бұрын

Пікірлер: 25
@k_devyansh4332
@k_devyansh4332 Жыл бұрын
thanks for the logic brother but it can be cleaned up like this for(int i=0;i
@Study-zc7qh
@Study-zc7qh 9 ай бұрын
Thank you so much ... Honestly i understand your approach only
@hwrsh
@hwrsh Ай бұрын
a better approach
@souravmukherjee7323
@souravmukherjee7323 Жыл бұрын
Amazing explanation buddy ...the way u were solving live in this vdo was great ....telling us how to approach to this kind of problem
@gamerzfieldhandel
@gamerzfieldhandel 4 ай бұрын
Amazing explanation broo 👏🏻👏🏻
@ruturajkadam5164
@ruturajkadam5164 Жыл бұрын
nice solution and easy explanation thanks a lot
@Explorers05
@Explorers05 Жыл бұрын
it clear my concepts and learn logic building concept...... great keep going bro one more solution using same logic string removeOuterParentheses(string s) { string ans=""; int count=0; for(int i=0; i0) { ans+=s[i]; } count++; } else if(s[i]==')') { count--; if(count>0) { ans+=s[i]; } } } return ans; }
@shaikmudassirali7202
@shaikmudassirali7202 Жыл бұрын
Nyc explaination bro keet it up💗💗
@simranbandhu9926
@simranbandhu9926 Жыл бұрын
It would be great if you explain intuition behind it.
@anandpandey918
@anandpandey918 Жыл бұрын
Thank You Brother.
@codingkart245
@codingkart245 Жыл бұрын
It can be done easily using stack btw. When I have to do it with count by checking prev value of count, I don't have to use a flag. Anyway you did explained it nicely how you came up with the solution. Keep going.
@kartheekdasari9349
@kartheekdasari9349 Жыл бұрын
what abou the space complexity thats y stack is not preferred
@beastboy..
@beastboy.. 4 ай бұрын
class Solution { public String removeOuterParentheses(String s) { StringBuilder ans = new StringBuilder(); int start = 0; int check = 0; for(int i=0;i
@AbhishekKapoor07
@AbhishekKapoor07 Жыл бұрын
Thanks man for this :)
@akash_hiccup28
@akash_hiccup28 9 ай бұрын
nice solution
@AMIT-hw8fo
@AMIT-hw8fo Жыл бұрын
Great logic ❤
@ilihaspatel399
@ilihaspatel399 2 жыл бұрын
It take me 2 hours to solve this question
@RAHUL-pe7jv
@RAHUL-pe7jv 2 жыл бұрын
Did you solve yourself or with the help of solution?
@Area-fd8ht
@Area-fd8ht Жыл бұрын
​@@RAHUL-pe7jv tere se mtlb bsdk
@somyasrivastava6315
@somyasrivastava6315 3 жыл бұрын
Amazing
@sibiranganath
@sibiranganath 8 ай бұрын
Is this approach similar to moore's voting alog???
@YashVermaBEC
@YashVermaBEC 9 ай бұрын
class Solution { public: string removeOuterParentheses(string s) { int count=0; string ans=""; for (int i=0;i
@knox9450
@knox9450 Жыл бұрын
Logic ❤❤
@sruthigopi7224
@sruthigopi7224 3 жыл бұрын
Very gud
Valid Parentheses | Leetcode
12:48
take U forward
Рет қаралды 201 М.
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 20 МЛН
Муж внезапно вернулся домой @Oscar_elteacher
00:43
История одного вокалиста
Рет қаралды 7 МЛН
Strings | Lecture 12 | Java Placement Series
26:07
Apna College
Рет қаралды 1,2 МЛН
13. Strings in C++  | Guaranteed Placement Course | Lecture 13
23:40
Apna College
Рет қаралды 644 М.
LEETCODE(FAANG)-REMOVE ALL ADJACENT DUPLICATES
10:23
KungfuNaman
Рет қаралды 162
L11. Valid Parenthesis String | Multiple Approaches
26:09
take U forward
Рет қаралды 46 М.
Why is Python 150X slower than C?
10:45
Mehul - Codedamn
Рет қаралды 17 М.
LEETCODE(FAANG)-CRAWLER LOG FOLDER
12:11
KungfuNaman
Рет қаралды 269
Leetcode 1021 -  | Stack | Remove Outer Parantheses
11:45
Nideesh Terapalli
Рет қаралды 13 М.
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 20 МЛН