5.3 Binary Tree Implementation in C Program | Data Structures Tutorials

Поделиться
HTML-код
  • Опубликовано: 7 окт 2019
  • In this lecture, I have implemented binary tree in C/C++. I have written a C program to create a binary tree of integers.
    DSA Full Course: https: • Data Structures and Al...
    ******************************************
    See Complete Playlists:
    C Programming Course: • Programming in C
    C++ Programming: • C++ Complete Course
    Python Full Course: • Python - Basic to Advance
    Printing Pattern in C: • Printing Pattern Progr...
    DAA Course: • Design and Analysis of...
    Placement Series: • Placements Series
    Dynamic Programming: • Dynamic Programming
    Operating Systems: // • Operating Systems
    DBMS: • DBMS (Database Managem...
    **********************************************
    Connect & Contact Me:
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/profile/Jayanti...
    Instagram: / jayantikhatrilamba
    #jennyslectures
    #datastructures
    #binarytree
    #ugcnet
    #computerscience

Комментарии • 491

  • @Hope-pb9dx

    Recently I attended a interview,mainly they asked about data structure which I learned here from scratch and particularly they asked about Binary search tree And its implementations and I was able to do it only because of you ...I have seen So much comments but never thought I would comment this ,I cant put into words how much grateful I am rn ,its mainly because of your lectures I got into the company .Thank You so Much.

  • @MadForCs16
    @MadForCs16 4 года назад +198

    I'm shocked to see the number of views on such good content.

  • @anishajain6403
    @anishajain6403 2 года назад +4

    Ma'am just a small suggestion, please use 'NULL' or the grounding symbol instead of writing 0 to avoid confusion between the integer 0 and the representation of the fact that a pointer is null

  • @srinithis3749
    @srinithis3749 3 года назад +34

    I am an engineering student and can't understand how the recursion pattern works in tree.Your videos are very usful to me......thank you mam......Can u post some videos on java's class,interface,methods,attributes topics mam

  • @csSanthoshS-nb4bl
    @csSanthoshS-nb4bl 3 года назад

    mam send your notes.......

  • @GADDETEJESH
    @GADDETEJESH 14 дней назад +1

    mam in this binary tree implementation code, what if I want to store '-1' as data

  • @hauteswan2541
    @hauteswan2541 4 года назад +6

    It got very confusing at the end when you were iterating over the code. I started to lose you. Perhaps break the video up into two parts. I get the gist of what you are doing but following it all the way through felt confusing.

  • @user-wr4sj3cb3w

    If I want to insert -1 in the tree how to do it?.I think this code should be modified so that we can insert -1 in our tree .

  • @sasindukarunathilaka2741
    @sasindukarunathilaka2741 2 года назад

    i am sri lankann stduent i understand recursion this video

  • @BeautyBytesandCode
    @BeautyBytesandCode 4 года назад +5

    Hi Jenny, I'm not able to find your videos on recursions and pre-requisites that you mentioned? Can you please post the links where you explained memory allocation and all? Thanks for your hard work :)

  • @dhanushh2171
    @dhanushh2171 Год назад +17

    It's really a mind-blowing video for me when my mam taught me I was literally confused and totally collapsed after seeing this I can able to know clearly what is actually happening in every execution of lines of code you have written. The way you are teaching is really activating my mind and making me interested in studying codes further without lacking my interest mam. Thanks a lot for you.

  • @theungabunga38
    @theungabunga38 4 года назад +139

    I'm an engg student so I have viewed many tutorials and lectures but the amount of effort you put in making a video is just incredible,and the result is a very nicely explained and convincing lecture, really enjoyed the video.

  • @pranjalnama2420
    @pranjalnama2420 3 года назад +11

    this series helped me alot im going to complete my data structure from here only, i have reached till here. mam you are just amazing, i have not found a teacher who explains so good like you any where. thanks to you that we got these lectures. thank you so much mam

  • @MohitSharma-tt3uk
    @MohitSharma-tt3uk 3 года назад +73

    The teacher like you needed in our colleges you have a great and deep knowledge 👍👏👏

  • @NitinKumar-yt5vx
    @NitinKumar-yt5vx 2 года назад +1

    Man, you're such a great teacher, there hasn't been a single video from you which I haven't understood. Keep up the work!

  • @shekhartewari9629
    @shekhartewari9629 4 года назад +22

    Ma'am you are such a blessing to the world...I've never been able to understand the tree's concept so clearly, until I watched your videos.

  • @maheshmalladi
    @maheshmalladi 4 года назад +6

    Great!! Such a complex concept explained at one shot without loosing the track. Hats off to your genuine efforts mam. It's a great help for me as a starter to understand trees concept. Thanks for your video.

  • @anDREas17gr
    @anDREas17gr Год назад +13

    Im stopping here cause my class is mostly focused in implementing , but I wanna thank you for putting all this knowledge for free on the internet and also praise your ability to teach , I must be in your channel for about an hour and it feels like 10 mins

  • @shyamsrinivassportive9182
    @shyamsrinivassportive9182 Год назад +7

    It takes an another life for my college professors to teach the concept of recursion in trees like you. Awesome explanation👏👏

  • @RD-tv4du
    @RD-tv4du 2 года назад +11

    Your explanation of recursion calls is like watching a movie. After watching this today, I can say that I saw "recursion in action" for the first time. Until today, I just pretended that I knew recursion. Now I have a better idea of how it happens!