Trick Inorder , Preorder , Postorder Traversal (Very easy)

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 133

  • @s0715
    @s0715 3 роки тому +5

    THANK YOU ITS BECAME SO SO EASY

  • @bugrae9341
    @bugrae9341 6 років тому +32

    Only one word can explain this video Brilliant

    • @temitopeoyeyemi899
      @temitopeoyeyemi899 6 років тому +1

      one word is not enough bro EVEry goodword is for this video

  • @pgupta24
    @pgupta24 4 роки тому

    this is , by far , the BEST EXPLANATION, of binary tree traversals. EXCELLENT JOB!

  • @melzz-R6
    @melzz-R6 6 років тому +4

    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....

  • @poornakumari6054
    @poornakumari6054 5 років тому +1

    Simple and layman explanations...you got my subscription. Keep up the awesome work

  • @pclaptop2416
    @pclaptop2416 6 років тому +5

    awsome vedio now can solve any preorder postorder and inorder tree with ease!!

  • @pradeepasivanesan
    @pradeepasivanesan 5 років тому

    Thank You so much. Your explanations are really very clear. All the institutes need teachers like you.

  • @conradt.s
    @conradt.s 5 років тому

    This is really amazing...traversing in seconds and nothing complicated. Thanks Sir

  • @Hieuby_Dooby
    @Hieuby_Dooby 5 років тому

    simple and effective way of explaining tree traversal, thank you very much

  • @nishthagupta875
    @nishthagupta875 4 роки тому +1

    Thank u so much sir this was the easiest way you have taught of traversing

  • @temitopeoyeyemi899
    @temitopeoyeyemi899 6 років тому

    i have exam this morning i watched this , UNDERSTANd everything and and I BLESS you for this SIR

  • @kirandhedhi2612
    @kirandhedhi2612 7 років тому +5

    your videos are saviour for me thanks a lot great!!!!!!

  • @sarav-Frontend_Engineer
    @sarav-Frontend_Engineer Рік тому

    Great! idea, thanks! for helping us. Please keep posting more videos :)

  • @mikemikailov7515
    @mikemikailov7515 5 років тому

    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;
    }
    }

    • @mikemikailov7515
      @mikemikailov7515 5 років тому

      Another simplified version would look like this:
      void traverse_po(node* root) {
      if (root) {
      cout data left);
      traverse_po(root->right);
      return;
      }
      }

  • @thotavikram7581
    @thotavikram7581 6 років тому +6

    perfect explanation!!!!

  • @walterkwame4390
    @walterkwame4390 2 роки тому +1

    Wow this is amazing 👏 😍 🙌
    Thank you Sir

  • @radhakadam1088
    @radhakadam1088 6 років тому

    Sir..thank you so much...sir yours teaching skill are very great and also it is very interesting....

  • @rajeshnagaraj7801
    @rajeshnagaraj7801 4 роки тому

    thank you sir. Your lecturing helped me a lot

  • @pytha12
    @pytha12 3 роки тому

    This is the master of the game.

  • @JohnCena-ns3cg
    @JohnCena-ns3cg 3 роки тому +2

    great explanation

  • @tia4friend
    @tia4friend 4 роки тому

    best one..so easy to understand. Thank you

  • @vijethavijju1218
    @vijethavijju1218 6 років тому +2

    Thank you so muchhhhhh.u made it so simple

  • @srivinaytanniru9791
    @srivinaytanniru9791 3 роки тому +2

    no words sir !!!

  • @saikiransiripuram8747
    @saikiransiripuram8747 7 років тому +4

    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....

  • @SagarTalksOfficial
    @SagarTalksOfficial 5 років тому

    really great explanation...

  • @bindhusanthosh2197
    @bindhusanthosh2197 3 роки тому

    Such an awesome class sir ...thankyou so much 🤩🤩

  • @sachinsenakulk
    @sachinsenakulk 4 роки тому

    Finally got an awesome, wonderful, amazing video 👏🤟

  • @ibrahimyakubudanjaji8308
    @ibrahimyakubudanjaji8308 5 років тому

    Your teaching is very interesting

  • @anjuagarwal3974
    @anjuagarwal3974 7 років тому +2

    Easiest method. Helpful

  • @sumitrana3921
    @sumitrana3921 7 років тому +1

    keep posting videos, good work man

  • @memeforkids-248
    @memeforkids-248 6 років тому +3

    great sir .... nice trick

  • @Alwaysdancedifferent
    @Alwaysdancedifferent 5 років тому

    Mind blowing trick👌👌👌

  • @jingjang21
    @jingjang21 4 роки тому

    Great video! Wish they would teach this method in class...

  • @Virgo_6990
    @Virgo_6990 7 років тому +4

    superbbb .....thank u sir ...

  • @kavyanarla2037
    @kavyanarla2037 4 роки тому

    Your explanation is lit 🔥!

  • @ANANDJULU
    @ANANDJULU 5 років тому

    Awesome trick and explanation!
    Thank you.

  • @sanketde4888
    @sanketde4888 6 років тому

    Very Goog.....simply understandable ......wel done...

  • @prakharagarwal8448
    @prakharagarwal8448 4 роки тому

    Nice explanation!!

  • @sonuganiga7803
    @sonuganiga7803 4 роки тому +1

    Thank you so much sir for this easy method

  • @irfankurniawanS
    @irfankurniawanS Рік тому

    OMG YOU MADE IT SO EASYYY

  • @t.sumithrat.sumithra3420
    @t.sumithrat.sumithra3420 3 роки тому

    IT'S REALLY AWESOME SIR THANK YOU SO MUCH

  • @sanduzelai666
    @sanduzelai666 3 роки тому

    Thank you, great video

  • @mwiingachipo9976
    @mwiingachipo9976 5 років тому

    awesome video

  • @sstt2247
    @sstt2247 5 років тому +1

    May God bless you 🙏🙏🙏🙏

  • @fatimah7414
    @fatimah7414 6 років тому

    Many thanks, amazing work you make it super easy

  • @marysheelam6799
    @marysheelam6799 6 років тому

    Thank you sir.your videos are very useful to me

  • @zainabsaeed8413
    @zainabsaeed8413 4 роки тому

    you are the best !!!

  • @arunkumarv337
    @arunkumarv337 5 років тому

    Excellent Explain 👏👏👏👏

  • @mynamehero6145
    @mynamehero6145 6 років тому +2

    Thanks alot really helpful

  • @SantoshKumar-hg2cp
    @SantoshKumar-hg2cp 5 років тому

    Nicely explained!

  • @Unique19986
    @Unique19986 6 років тому

    Very nice video

  • @govindganthi8596
    @govindganthi8596 5 років тому

    Watch It at 1.25x...
    Thank Me Later..
    Superb Explanation....

  • @peemaps6590
    @peemaps6590 5 років тому

    My life saver

  • @NitinRaathi
    @NitinRaathi 7 років тому +2

    great sir... thanks

  • @priyanshusomkuwar7772
    @priyanshusomkuwar7772 4 роки тому

    Helpful video...

  • @sooriyakumarkarnan7885
    @sooriyakumarkarnan7885 6 років тому

    great job sir
    your learning method is super sir
    thank y
    ou sir

  • @subhajitghosh3867
    @subhajitghosh3867 4 роки тому

    One day your channel will be the best for data structure.

  • @dharanishankar2443
    @dharanishankar2443 6 років тому

    Very nice explanation

  • @sudheerbabu3050
    @sudheerbabu3050 5 років тому

    Nice trick ... Thank you.

  • @nikvolkov1409
    @nikvolkov1409 6 років тому

    The best teacher)

  • @passion4m329
    @passion4m329 5 років тому

    SUPER SIR ...

  • @ΑντρέαςΣωτηρίου-π8γ
    @ΑντρέαςΣωτηρίου-π8γ 7 років тому +1

    your are the man!!

  • @walidiabdoulmalik4867
    @walidiabdoulmalik4867 3 роки тому

    thank you very very very very much sir

  • @its-probably_fine
    @its-probably_fine 6 років тому +2

    THANK YOU !!!

  • @MMfunda
    @MMfunda 6 років тому

    thank you sir...i would like to learn more from you

  • @pujabanik4484
    @pujabanik4484 4 роки тому

    Oh damn brilliant...🔥🔥🔥👌👌

  • @lordsaint4956
    @lordsaint4956 5 років тому

    Sir you're great!!

  • @jothihem2139
    @jothihem2139 5 років тому

    Super sir

  • @prakhargupta2066
    @prakhargupta2066 6 років тому

    thankyou sir....
    I likes your video very much..
    I want more videos on file structure..
    red black tree
    b tree
    b+ tree
    THANKYOU !!!1

  • @pytha12
    @pytha12 3 роки тому

    Genius!

  • @RabiulIslam-lm3pj
    @RabiulIslam-lm3pj 4 роки тому

    It's really very easy method

  • @elif2884
    @elif2884 5 років тому

    thank you for valuable informations .

  • @hkagnihotri99
    @hkagnihotri99 5 років тому

    Thank-you

  • @mohammedkabirdauda5866
    @mohammedkabirdauda5866 6 років тому

    this video its really helpful!!! Thanks alot

  • @jomoljohn8741
    @jomoljohn8741 6 років тому

    thank you sir.It was really helpful

  • @SOUNDHARYAN-ECE
    @SOUNDHARYAN-ECE 7 років тому

    ur video is very helpfull..

  • @ironclock
    @ironclock 5 років тому

    amazing

  • @tejasdivakar4961
    @tejasdivakar4961 7 років тому

    Amazing!!! sir soo cool!!

  • @shivavattikoti4803
    @shivavattikoti4803 5 років тому

    super sir

  • @mubashirliaqat3572
    @mubashirliaqat3572 3 роки тому

    THANKS SIR LOVE YOU

  • @punyan775
    @punyan775 6 років тому

    Amazing, thank you

  • @mithunmallik2115
    @mithunmallik2115 5 років тому

    very helpful, thanks a lot

  • @bikalchapagain6557
    @bikalchapagain6557 4 роки тому

    thankyou sir😊😊

  • @manisharma2862
    @manisharma2862 5 років тому

    nice bro

  • @ksuhas2743
    @ksuhas2743 5 років тому

    Sir pls do video on Decrease-and-Conquer approach-Insertion sort and also Topological sorting...

  • @yadunandanavr5056
    @yadunandanavr5056 4 роки тому

    God sir u are god🙁😱

  • @gauravverma9571
    @gauravverma9571 7 років тому

    Sir plzz upload a video to construct a tree using preorder and inorder with code also...

  • @dskdevaraj1016
    @dskdevaraj1016 5 років тому

    Thank you sir..... 👍

  • @rahulsaxena9103
    @rahulsaxena9103 4 роки тому

    Can you please explain how to create a binary tree from given inorder and preoder traversal with the help of code? Thanks in advance.

  • @roopabeethoju9498
    @roopabeethoju9498 3 роки тому

    Did you say a class on Pascal's Identity

  • @krishnamase1690
    @krishnamase1690 5 років тому

    Super

  • @mithuns8410
    @mithuns8410 7 років тому

    million thanks

  • @anjuashturkar8417
    @anjuashturkar8417 4 роки тому

    Thanks

  • @theamjolnir9641
    @theamjolnir9641 6 років тому

    Are the functions: void function(node *root); recursive and calls itself?

    • @DonGonzalito
      @DonGonzalito 5 років тому

      I think yes, the "while" is misleading. Otherwise great video!

  • @Karan-pz4rk
    @Karan-pz4rk 6 років тому

    U r great thnx 👌✨

  • @laxitsinghparmar1578
    @laxitsinghparmar1578 4 роки тому +1

    Traversal ki Ninja Technique!😂

  • @rossinnes
    @rossinnes 5 років тому

    thanks so much!

  • @dharmeshshukla9916
    @dharmeshshukla9916 5 років тому

    Please upload some videos on DP(Dynamic Programming)

  • @SLCODEGEN
    @SLCODEGEN 4 роки тому

    thank sir

  • @filladelphiaify
    @filladelphiaify 5 років тому

    This is indeed a trick.