you say this isnt actually hard haha but what i find hard is finding the intuition that tells us thatt we may have missed some valid parenthesis when we parse it only from left tor right. the left, right pointers is not the hard bit understand, the right to left parsing is.
@austinmann40236 сағат бұрын
(()(((() here is an example, idk why he didn't include
@harshal97834 ай бұрын
instead of saying that a right to left parsing is required, you should have given an example for the same; it helps in understanding the logic better
@austinmann40236 сағат бұрын
(()(((() here is an example, idk why he didn't include
@shawnpark5939Ай бұрын
solution itself is easy to understand but i'm still not understanding a input case where going reverse order is needed..
@preityhansaa91502 жыл бұрын
Happy to see this channel growing :) way to go. It would also be nice to see a video like how we can tackle DSA for each company in FAANG like do we have to just do top100 for company tagged leetcode or the videos you mention with company tag or they do a variation on them
@crackfaang2 жыл бұрын
Thanks for the kind words! That’s definitely a good video idea for the future… each company is different and the way to approach the onsites varies
@samuraijosh159511 ай бұрын
Thanks for the video.
@mariocatzin5032 жыл бұрын
Thank you!
@crackfaang2 жыл бұрын
Glad you enjoyed the video! Subscribe so you don’t miss future ones
@amandwivedi19802 жыл бұрын
nice explanation
@crackfaang2 жыл бұрын
Thanks! Make sure to subscribe so you don’t miss any uploads!
@Drew0Ranger3 ай бұрын
@5:45 you clearly do not know which use cases both left and right traversal would be useful, if you knew, you would have shown an example :)
@austinmann40236 сағат бұрын
(()(((() here is an example, idk why he didn't include
@fxgg-ni4eu7 ай бұрын
why dont use stack to solve?😶
@sachinvarma99494 ай бұрын
because we need to find length not to check invalid