Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
THANK YOU ITS BECAME SO SO EASY
Only one word can explain this video Brilliant
one word is not enough bro EVEry goodword is for this video
this is , by far , the BEST EXPLANATION, of binary tree traversals. EXCELLENT JOB!
no words sir !!!
Thank You so much. Your explanations are really very clear. All the institutes need teachers like you.
Sir! The lecture was very useful for the sem xam...Before I was confused but now it's very simple.... Thanks for sharing your knowledge sir....
Simple and layman explanations...you got my subscription. Keep up the awesome work
i have exam this morning i watched this , UNDERSTANd everything and and I BLESS you for this SIR
awsome vedio now can solve any preorder postorder and inorder tree with ease!!
This is really amazing...traversing in seconds and nothing complicated. Thanks Sir
Great! idea, thanks! for helping us. Please keep posting more videos :)
simple and effective way of explaining tree traversal, thank you very much
Thank u so much sir this was the easiest way you have taught of traversing
Wow this is amazing 👏 😍 🙌 Thank you Sir
This is the master of the game.
Thank you for the great explanation and pseudo-code! "return;" needed at the end of the while-loops, like here: void traverse_po(node* root) { while (root) { cout data left); traverse_po(root->right); return; }}
Another simplified version would look like this:void traverse_po(node* root) { if (root) { cout data left); traverse_po(root->right); return; }}
Your teaching is very interesting
Sir..thank you so much...sir yours teaching skill are very great and also it is very interesting....
thank you sir. Your lecturing helped me a lot
Such an awesome class sir ...thankyou so much 🤩🤩
Your explanation is lit 🔥!
Great video! Wish they would teach this method in class...
best one..so easy to understand. Thank you
really great explanation...
great explanation
Finally , John Cena..!!
Mind blowing trick👌👌👌
Really amazing......but I also want drawing a tree if the preorder and post orders are given.....i hope u would post that one also....
your videos are saviour for me thanks a lot great!!!!!!
Finally got an awesome, wonderful, amazing video 👏🤟
perfect explanation!!!!
Nice explanation!!
Thank you so much sir for this easy method
Very Goog.....simply understandable ......wel done...
IT'S REALLY AWESOME SIR THANK YOU SO MUCH
Thank you so muchhhhhh.u made it so simple
Thank you sir.your videos are very useful to me
OMG YOU MADE IT SO EASYYY
keep posting videos, good work man
great sir .... nice trick
Excellent Explain 👏👏👏👏
Awesome trick and explanation!Thank you.
Nicely explained!
Many thanks, amazing work you make it super easy
Easiest method. Helpful
great job siryour learning method is super sirthank you sir
Watch It at 1.25x...Thank Me Later..Superb Explanation....
Very nice explanation
May God bless you 🙏🙏🙏🙏
Thank you, great video
superbbb .....thank u sir ...
Thanks Somy..!
awesome video
you are the best !!!
Did you say a class on Pascal's Identity
Can you please explain how to create a binary tree from given inorder and preoder traversal with the help of code? Thanks in advance.
The best teacher)
Nice trick ... Thank you.
Thanks alot really helpful
Oh damn brilliant...🔥🔥🔥👌👌
Very nice video
Sir you're great!!
thank you sir...i would like to learn more from you
Plz explain the red black tree...
this video its really helpful!!! Thanks alot
thank you sir.It was really helpful
great sir... thanks
thank you very very very very much sir
your are the man!!
One day your channel will be the best for data structure.
thankyou sir....I likes your video very much..I want more videos on file structure..red black treeb tree b+ treeTHANKYOU !!!1
hello sir debfca ka postorder kya hoga
It's really very easy method
Helpful video...
thank you for valuable informations .
SUPER SIR ...
Traversal ki Ninja Technique!😂
Amazing!!! sir soo cool!!
ur video is very helpfull..
hi bro can u tell me the objective question about this topic ,because i am preparing for trb
Are the functions: void function(node *root); recursive and calls itself?
I think yes, the "while" is misleading. Otherwise great video!
very helpful, thanks a lot
Sir plzz upload a video to construct a tree using preorder and inorder with code also...
Please upload some videos on DP(Dynamic Programming)
THANKS SIR LOVE YOU
Super sir
Sir pls do video on Decrease-and-Conquer approach-Insertion sort and also Topological sorting...
How to write c program by our own I feels very difficult to do it
Genius!
Amazing, thank you
Thank you sir..... 👍
God sir u are god🙁😱
THANK YOU !!!
This is indeed a trick.
super sir
This method is simple and easier one.
Thank-you
U r great thnx 👌✨
thankyou sir😊😊
Hatsoff 👌
thanks so much!
can anyone plz tell the order how i can see this tree playlist videos
THANK YOU ITS BECAME SO SO EASY
Only one word can explain this video Brilliant
one word is not enough bro EVEry goodword is for this video
this is , by far , the BEST EXPLANATION, of binary tree traversals. EXCELLENT JOB!
no words sir !!!
Thank You so much. Your explanations are really very clear. All the institutes need teachers like you.
Sir! The lecture was very useful for the sem xam...Before I was confused but now it's very simple.... Thanks for sharing your knowledge sir....
Simple and layman explanations...you got my subscription. Keep up the awesome work
i have exam this morning i watched this , UNDERSTANd everything and and I BLESS you for this SIR
awsome vedio now can solve any preorder postorder and inorder tree with ease!!
This is really amazing...traversing in seconds and nothing complicated. Thanks Sir
Great! idea, thanks! for helping us. Please keep posting more videos :)
simple and effective way of explaining tree traversal, thank you very much
Thank u so much sir this was the easiest way you have taught of traversing
Wow this is amazing 👏 😍 🙌
Thank you Sir
This is the master of the game.
Thank you for the great explanation and pseudo-code! "return;" needed at the end of the while-loops, like here: void traverse_po(node* root) {
while (root) {
cout data left);
traverse_po(root->right);
return;
}
}
Another simplified version would look like this:
void traverse_po(node* root) {
if (root) {
cout data left);
traverse_po(root->right);
return;
}
}
Your teaching is very interesting
Sir..thank you so much...sir yours teaching skill are very great and also it is very interesting....
thank you sir. Your lecturing helped me a lot
Such an awesome class sir ...thankyou so much 🤩🤩
Your explanation is lit 🔥!
Great video! Wish they would teach this method in class...
best one..so easy to understand. Thank you
really great explanation...
great explanation
Finally , John Cena..!!
Mind blowing trick👌👌👌
Really amazing......but I also want drawing a tree if the preorder and post orders are given.....i hope u would post that one also....
your videos are saviour for me thanks a lot great!!!!!!
Finally got an awesome, wonderful, amazing video 👏🤟
perfect explanation!!!!
Nice explanation!!
Thank you so much sir for this easy method
Very Goog.....simply understandable ......wel done...
IT'S REALLY AWESOME SIR THANK YOU SO MUCH
Thank you so muchhhhhh.u made it so simple
Thank you sir.your videos are very useful to me
OMG YOU MADE IT SO EASYYY
keep posting videos, good work man
great sir .... nice trick
Excellent Explain 👏👏👏👏
Awesome trick and explanation!
Thank you.
Nicely explained!
Many thanks, amazing work you make it super easy
Easiest method. Helpful
great job sir
your learning method is super sir
thank y
ou sir
Watch It at 1.25x...
Thank Me Later..
Superb Explanation....
Very nice explanation
May God bless you 🙏🙏🙏🙏
Thank you, great video
superbbb .....thank u sir ...
Thanks Somy..!
awesome video
you are the best !!!
Did you say a class on Pascal's Identity
Can you please explain how to create a binary tree from given inorder and preoder traversal with the help of code? Thanks in advance.
The best teacher)
Nice trick ... Thank you.
Thanks alot really helpful
Oh damn brilliant...🔥🔥🔥👌👌
Very nice video
Sir you're great!!
thank you sir...i would like to learn more from you
Plz explain the red black tree...
this video its really helpful!!! Thanks alot
thank you sir.It was really helpful
great sir... thanks
thank you very very very very much sir
your are the man!!
One day your channel will be the best for data structure.
thankyou sir....
I likes your video very much..
I want more videos on file structure..
red black tree
b tree
b+ tree
THANKYOU !!!1
hello sir debfca ka postorder kya hoga
It's really very easy method
Helpful video...
thank you for valuable informations .
SUPER SIR ...
Traversal ki Ninja Technique!😂
Amazing!!! sir soo cool!!
ur video is very helpfull..
hi bro can u tell me the objective question about this topic ,because i am preparing for trb
Are the functions: void function(node *root); recursive and calls itself?
I think yes, the "while" is misleading. Otherwise great video!
very helpful, thanks a lot
Sir plzz upload a video to construct a tree using preorder and inorder with code also...
Please upload some videos on DP(Dynamic Programming)
THANKS SIR LOVE YOU
Super sir
Sir pls do video on Decrease-and-Conquer approach-Insertion sort and also Topological sorting...
How to write c program by our own I feels very difficult to do it
Genius!
Amazing, thank you
Thank you sir..... 👍
God sir u are god🙁😱
THANK YOU !!!
This is indeed a trick.
super sir
This method is simple and easier one.
Thank-you
U r great thnx 👌✨
thankyou sir😊😊
Hatsoff 👌
thanks so much!
can anyone plz tell the order how i can see this tree playlist videos