Please *Like* , *Comment* , *Share* , *Subscribe* and *Click Bell* 🔔🔔🔔 Icon for More Updates. To get *Data Structures and Algorithms* complete course for free please follow this link - kzbin.info/aero/PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d
@shubhamagarwal14346 ай бұрын
Your playlist is like energy drink, i need before my DSA interviews...helped me changeing job last year and i am sure will help me this year as well...thanks a lot bro for this wonderful playlist..👍👍
@shubhamagarwal14342 жыл бұрын
Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over KZbin with java implementation and found this. Hats Off To You Man..Excellent Work. GOD BLESS YOU :)
@itsdineshvaryani2 жыл бұрын
Thanks !!!
@sanjivchauhan11552 ай бұрын
Exactly the best for DSA.
@laxusgaming17886 жыл бұрын
thanks a lot sir.... this is by far the best and easiest of all the resources i ever got from any where.... best series on data st and algo
@siddhimalode7892 жыл бұрын
Perfect teaching I like it.
@itsdineshvaryani2 жыл бұрын
Thanks !!!
@reshmah14973 жыл бұрын
best video Sir....recursive & iterative
@itsdineshvaryani3 жыл бұрын
Thanks !!!
@sumaiyasafdar68454 жыл бұрын
Sir you have a pain course on udemy kindly post those vedios on KZbin so that those who cannot afford it will be able to access such good series on DSA. It'll be a good initiative to do during such a lockdown period.
@itsdineshvaryani4 жыл бұрын
I have already uploaded. Please check this link - kzbin.info/aero/PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d
@amreshpathak65084 жыл бұрын
Awesome explanation
@itsdineshvaryani4 жыл бұрын
Glad you liked it
@passtimepass11193 жыл бұрын
Thankyou so much sir!!!! great video
@itsdineshvaryani3 жыл бұрын
Welcome !!!
@abhishekranjan10943 жыл бұрын
Awesome sir 🙌🤩😊
@ishantbhatia31946 жыл бұрын
waiting for graph videos
@mrunaligaikwad19533 жыл бұрын
Will the same traversal algos be applicable for BST?
@itsdineshvaryani3 жыл бұрын
yes
@mrunaligaikwad19533 жыл бұрын
@@itsdineshvaryani Got it! thank you! Again great explanation!
@itsdineshvaryani3 жыл бұрын
@@mrunaligaikwad1953 welcome
@anishadesai47605 жыл бұрын
please add postorder iterative method asap.
@itsdineshvaryani3 жыл бұрын
Will add it to my pending videos list. Thanks !!!
@mihirshirgaonkar78323 жыл бұрын
thank you so much sir
@itsdineshvaryani3 жыл бұрын
Welcome !!! I request you to share it with ur friends and colleagues. It will help channel grow and motivate me to add more such videos !!!
@arunsks33373 жыл бұрын
but why we need this pre order post order and in order different algorithms
@itsdineshvaryani3 жыл бұрын
Different traversals help us solving problems related to Binary Tree ... Sometimes we need logic before, after etc on visiting a tree node... thus, these traversals help us doing that !!!
@arunsks33373 жыл бұрын
@@itsdineshvaryani okay thanks
@deepakreddyt3 жыл бұрын
Sir one doubt after returning to temp at 2 ,@11:20 so temp!=null right,so it will go into if condition,but how can it go to else condition.please comment it...
@user-zx7ph4jk1t3 жыл бұрын
when temp goes to right of node 4., it is null , so now it goes to else condition and pop the node2 from the stack and point to that node.
@Abhi-n4b1d4 ай бұрын
when stack.pop function runs it pop out node of value 2 and temp also point to pop value that is node 2.
@NotNotNithin7 жыл бұрын
You haven't uploaded postOrder iterative method. Kindly upload asap
@itsdineshvaryani7 жыл бұрын
Nithin Prasad yeap ... will post it soon ...
@NotNotNithin7 жыл бұрын
Thanks, I am closely following your videos and it is easy to understand this way! Keep it up! :-)
@aayushsarna60174 жыл бұрын
@@itsdineshvaryani Please upload the iterative method