Print diagonal elements in binary tree(code/Algorithm/Program)

  Рет қаралды 20,120

Vivekanand Khyade - Algorithm Every Day

Vivekanand Khyade - Algorithm Every Day

Күн бұрын

Пікірлер: 65
@milimishra6447
@milimishra6447 7 жыл бұрын
sir ..u r d only one i found till now who covered these topics of binary tree...thanks alottt...
@RaviKumar-vk6ib
@RaviKumar-vk6ib 4 жыл бұрын
You are an excellent teacher keep up the good work god bless you
@momog7312
@momog7312 5 жыл бұрын
This video is great! Nice explanation and clear algorithm! Thank you!
@MrKumarrohan
@MrKumarrohan 5 жыл бұрын
Thanks you so much sir for the best explanation ever for diagonal elements. Haven't found better explanation than this.
@dharanyuvi6951
@dharanyuvi6951 3 жыл бұрын
Brother thanks for such a clear explanation.., kudos to you
@ShabnamKhan-cj4zc
@ShabnamKhan-cj4zc 7 жыл бұрын
Thanks a lot for simple explanation and visiting each every node to show logic.Thanks again.
@niketkumar7777
@niketkumar7777 7 жыл бұрын
Bhai.. good approach..Till now i was doing it recursively and finding ways to do it iteratively.. great Man..
@rishigoley3521
@rishigoley3521 7 жыл бұрын
BEST SOURCE TO LEARN ALGOS
@theWrongInsights
@theWrongInsights 3 жыл бұрын
love you sir!!! kya smjhate ho tussi!!....
@akashninave5001
@akashninave5001 3 жыл бұрын
BEST EXPLAINATION, THANK YOU, SIR
@vm1662
@vm1662 5 жыл бұрын
You explain so well!!!!! Superb!! Thank you :)
@hiteshusingh8571
@hiteshusingh8571 3 жыл бұрын
Nice explanation Sir
@subhalakshmikumarappan8806
@subhalakshmikumarappan8806 7 жыл бұрын
Very clear and easily understandable..!!!
@shristisingh6539
@shristisingh6539 2 жыл бұрын
very nice explanation..literally
@rohansodha9555
@rohansodha9555 3 жыл бұрын
Excellent !
@SahilJSawant
@SahilJSawant 6 жыл бұрын
At 22:34 don't you think the traversal should be "dij" instead of "dji" btw nice tutorial sir
@ArpitDhamija
@ArpitDhamija 5 жыл бұрын
yes it is !!
@nakulamate3558
@nakulamate3558 4 жыл бұрын
what is the time complexity of the solution?
@milimishra6447
@milimishra6447 7 жыл бұрын
the way u teach is also very gud....
@vivekanandkhyade
@vivekanandkhyade 7 жыл бұрын
Thanks Mili...!
@MsSk8trboy
@MsSk8trboy 6 жыл бұрын
Great explanation mahn ..... Keep it up
@parmeziaaanoocheese2312
@parmeziaaanoocheese2312 7 жыл бұрын
great helped in a lot of interviews sir
@AddieInGermany
@AddieInGermany 7 жыл бұрын
Sir you're THE best
@hymnish_you
@hymnish_you 4 жыл бұрын
Awesome yaar, keep doing!
@LarryRuane
@LarryRuane 7 жыл бұрын
Beautiful algorithm! I would not have thought of code this elegant. I'm just curious, did you think of this algorithm by yourself? Or is this a previously-known algorithm (that you have presented so clearly)?
@shyammahato7178
@shyammahato7178 5 жыл бұрын
nice explanation.. thanku sir
@Sushil2874
@Sushil2874 5 жыл бұрын
Great explanation..!!
@vaibhavkumar903
@vaibhavkumar903 7 жыл бұрын
kudos!! You made it look simple :)
@prashantverma3347
@prashantverma3347 4 жыл бұрын
thank you
@ShivangiSingh-wc3gk
@ShivangiSingh-wc3gk 7 жыл бұрын
beautiful
@prashantgiri1285
@prashantgiri1285 3 жыл бұрын
Hey, Sir, I am following you for the past 1 year and your videos are very easy to understand and it gives me a lot of confidence to work on. I would ask for your help to create a placement series where we would get the 100 best questions discussion covering the entire topic of DS Algo and if that works on. We will be surely hitting big companies on campus for sure. ThankYou Prashant Giri Jadavpur University
@travelogue4566
@travelogue4566 7 жыл бұрын
nice explanation
@siddharthsethia5986
@siddharthsethia5986 6 жыл бұрын
Good One sir!
@piyushranjan3075
@piyushranjan3075 5 жыл бұрын
Mind blowing algorithm
@jatinbansal9347
@jatinbansal9347 4 жыл бұрын
sir I think more easy way is to use map concept as you have used in vertical order traversal.
@premprakash8220
@premprakash8220 6 жыл бұрын
nice explanations
@kumarparth444
@kumarparth444 4 жыл бұрын
sir please upload more problems of binary tree
@avikool1
@avikool1 7 жыл бұрын
Great. Thanks!
@SuyashSoni248
@SuyashSoni248 7 жыл бұрын
Why do we need to explicitly specify a condition - If (p == null) break; The outer loop will anyway end as queue becomes empty at the last. Here is the implementation in Python - github.com/suyash248/ds_algo/blob/master/Tree/printDiagonals.py
@coderajput1816
@coderajput1816 7 жыл бұрын
where is its program
@tsupreetsingh
@tsupreetsingh 4 жыл бұрын
thanks bruh
@naanchilnanban
@naanchilnanban 7 жыл бұрын
Yours video simply super. Can you please help me how to traversal a full binary tree in circular spiral (not in zigzag way).
@gurupreetsingh8347
@gurupreetsingh8347 5 жыл бұрын
sir , plz tim sorting pe details video bana ke samjyo do
@ArpitDhamija
@ArpitDhamija 5 жыл бұрын
its - d,i,j not d,j,i
@somurauniyar2610
@somurauniyar2610 5 жыл бұрын
sir thanks a lot ......
@veerrajuyeleti8541
@veerrajuyeleti8541 7 жыл бұрын
sir could you upload on find the node in a binary tree having duplicate subtrees
@vivekanandkhyade
@vivekanandkhyade 7 жыл бұрын
yes sure Veerraju.
@vivekanandkhyade
@vivekanandkhyade 7 жыл бұрын
Hey VeerrRaju.....did u check the diagonal elements of a binary tree video.....u had asked for it....i m very happy to help u with that video.
@veerrajuyeleti8541
@veerrajuyeleti8541 7 жыл бұрын
sir i checked it
@harshgupta9761
@harshgupta9761 3 жыл бұрын
@@vivekanandkhyade sir diagonal traversal is not uploaded on your github account
@nayankurude6369
@nayankurude6369 7 жыл бұрын
13:02 You missed out on marking u as 2.
@nimishgupta5289
@nimishgupta5289 5 жыл бұрын
u will be 3 not 2
@srinidhiii
@srinidhiii 7 жыл бұрын
thank you sir
@vivekanandkhyade
@vivekanandkhyade 7 жыл бұрын
Thanks Srinidhi..!
@saniltalauliker351
@saniltalauliker351 7 жыл бұрын
With each algorithm you discuss, will you also please provide examples of best and worst time complexity for the same
@kasa007
@kasa007 6 жыл бұрын
Sir....I could be able to find this whole program on ur github account
@amitkumarsingh5414
@amitkumarsingh5414 4 жыл бұрын
void diagonalDistanc(Node * root, int d, map &v ){ if(!root) return; v[d].push_back(root->data); diagonalDistanc(root->left, d+1, v); diagonalDistanc(root->data,d,v); } Rest you can print it.
@yilinyao1999
@yilinyao1999 5 жыл бұрын
讲的很好就是口音真的没字幕听不懂。
@vedantdeshmukh1778
@vedantdeshmukh1778 Жыл бұрын
如果没有翻译,您的评论会更加不全面。顺便问一下,你好吗?
@abrahamwilliam1260
@abrahamwilliam1260 6 жыл бұрын
By this method u can solve in O(N) and not itn O(n^2) public static void Diagonal(Node root, Map h){ LinkedList q= new LinkedList(); q.add(root); while(!q.isEmpty()){ // for(int i=0;i
@igaming_
@igaming_ 3 жыл бұрын
Very difficult
@brijpatel237
@brijpatel237 4 жыл бұрын
thanks god :-P
@vivekoberoi06
@vivekoberoi06 6 жыл бұрын
Great explanation. Please avoid saying bad about other websites, it doesn't give out a good impression. People will give you the credit for the amazing videos anyway. Thanks from your well wisher
Print all ROOT to LEAF paths in a binary tree
13:37
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 41 М.
Vertical Order Traversal of a Binary tree (Algorithm)
18:35
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 72 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
L24. Right/Left View of Binary Tree | C++ | Java
13:28
take U forward
Рет қаралды 241 М.
Number of Binary Search Trees possible with 'n' nodes(KEYS)
29:21
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 23 М.
Bottom view of a Binary Tree Algorithm
12:28
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 36 М.
Level Order Traversal of a Binary Tree (level by level and as a whole)
13:54
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 51 М.
L23. Bottom View of Binary Tree | C++ | Java
13:13
take U forward
Рет қаралды 206 М.
Spiral (zig-zag) level order traversal of a binary tree
14:12
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 34 М.
Every Sorting Algorithm Explained in 120 minutes (full series)
1:57:33
Kuvina Saydaki
Рет қаралды 82 М.
What Is a Binary Heap?
8:45
Spanning Tree
Рет қаралды 207 М.
Boundary traversal of binary tree (Border Elements)
18:20
Vivekanand Khyade - Algorithm Every Day
Рет қаралды 27 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН