Master Data Structures & Algorithms For FREE at AlgoMap.io!
@nexolec1093 ай бұрын
i have a severe skill issue, my solution took 90 lines of code XD. thanks for the great explanation
@GregHogg3 ай бұрын
That's really impressive honestly 🤣
@jamesholland61402 ай бұрын
Dude the way you explain is really something!!!
@anirbandas129 ай бұрын
How to do it without stack?
@bhaskarkukreti22723 ай бұрын
With vector
@chandlerkenworthy31853 ай бұрын
I would note that you can add at the top a base case of if (len(s) % 2 != 0): return False
@julieirwin32888 ай бұрын
Excellent explanations! Thank you!
@GregHogg7 ай бұрын
You're very welcome, sorry for the slow response!
@AryanShetty-d6b4 ай бұрын
its amzing to follow along and to understand how to actully solve it thankyou for that! but can u give me an advice on how can i myself think of solution and implement in code because no way i would have apprached the way do to a solution so can u give an advice on logic building or apporaching? thankyou
@GregHogg4 ай бұрын
If you watch enough of these solutions and practice it yourself, that gives the highest likelihood you'll be able to solve a new one :)