your tutorials have been immensely helpful for me for the last 20 days. you have made my coding learning easier. thank you Sir
@aadarshgupta43093 жыл бұрын
Seen Many videos on it but your Explanation is very easy . Finally I understand this concept
@falakk227 жыл бұрын
Thanks for showing step by step flow .. You have spread light of your hard work to all , More power to you !!
@Farrukhw6 жыл бұрын
Waooo, what a simplicity ... Thanks a bunch .. Regards from Pakistan
@BRBallin15 жыл бұрын
Great explanation. In Leetcode, it wants a way to do this where each level is stored in a separate list
@thesaloniguptaa4 жыл бұрын
You can add NULL before while loop in the queue and check the condition whether the null is present or not, if it is present, print new line and add another NULL inside the queue.
@em_ashutosh3 жыл бұрын
@@thesaloniguptaa and keep a check on while condition now it should be while(q.size()>1)
@vasachisenjubean59444 жыл бұрын
Best explanation so far
@varunkrreddyyenumula29357 жыл бұрын
Thank you bro :) Excellent explaination... keep on uploading different ways of approach to solve different problems
@abhay61246 жыл бұрын
I have gone through many videos but you make very easy
@aravind.a8 жыл бұрын
Best explanation of BST Level order traversal :) keep rocking bro :)
@ngbtvezadtht7 жыл бұрын
This video is about binary trees, not binary search trees. In the examples he shows, the nodes are not necessarily in increasing order.
@umangsharma94236 жыл бұрын
@@ngbtvezadtht doesn't matter its a binary tree or a BST this algo will work for both the DS.
@PrathamMantri8 жыл бұрын
Thank You Tushar sir, Its helping me for my interview preparation with companies mostly concerned with DS and algo. Do you have any tips for preparation, do share please!!
@asharafalikhan52874 жыл бұрын
Your video helped me... thank-you
@countdooku6816 жыл бұрын
Great explanation. Thank you so much!
@piyushsharma16386 жыл бұрын
Thank you so much for easy explanation.
@elyoaprogrammer5 жыл бұрын
Great Tutorial!! Thank you
@sachinyadav95206 жыл бұрын
nice explanation.thanks
@Emfanever5 жыл бұрын
Good explanation, thx
@NovjeanJohnK7 жыл бұрын
nicely done
@ridimamittal40644 жыл бұрын
Thank you so much !!!
@incrediShorts8 жыл бұрын
another great tutorial...are you a professor or you do this in spare time??
@ridimamittal40644 жыл бұрын
Thank you sir : )
@abhay61246 жыл бұрын
Very effective way
@iviivanovicilic8 жыл бұрын
This video is great! I am wondering, are you studying computer science?
@abdremo3 жыл бұрын
thank you bro
@xof82565 жыл бұрын
THanks
@dholni5 жыл бұрын
can you give c++ code or pseduocode for functions 1)ADD (at end level order) Heap up, 2)Remove(from root) heap down. thanks
@jitendrapandey1768 жыл бұрын
Thanks for such a nice and comprehensive tutorial sir. I request you if you can upload "Graph Data Structure" videos as well including graph traversal algorithms like Prim's algorithm, Kruskal's algorithm, many more. There are many videos on KZbin on Graph topic but I didn't find any with programs(code). So if you find some time, please make videos on these. Regards...