Introduction to Linked Lists, Arrays vs Linked Lists, Advantages/Disadvantages - C++ Data Structures

แชร์
ฝัง

ความคิดเห็น • 464

  • @CodeBeauty
    @CodeBeauty  3 ปีที่แล้ว +47

    📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.

    • @IAkar
      @IAkar 2 ปีที่แล้ว +1

      Could you make a Vector Video? By the way i like you soooooo much :)))))))))

  • @HollowGuy0
    @HollowGuy0 2 ปีที่แล้ว +52

    I struggle with my professor's way of explaining this. You did it in just 24 mins. Thank you.

    • @CodeBeauty
      @CodeBeauty  2 ปีที่แล้ว +2

      Happy to hear that ☺️🤗🥰

  • @Tylasian
    @Tylasian 3 ปีที่แล้ว +146

    Learned more in 24 mins than my professor in 2 hours. Thank you!

    • @JonathanReyes-nb8ws
      @JonathanReyes-nb8ws ปีที่แล้ว

      Same

    • @adamburri1088
      @adamburri1088 11 หลายเดือนก่อน +3

      I wholeheartedly agree, I'm taking data structures and algorithms this semester, and what the prof took to explain in a week, 23 mins got me more!

    • @careenwasonga
      @careenwasonga 9 หลายเดือนก่อน

      @@adamburri1088same lol

  • @eminbaybarstimurstudent3802
    @eminbaybarstimurstudent3802 3 ปีที่แล้ว +2

    void printList(Node *head)
    {

    if (head->Next != nullptr)
    {
    cout Value Next);
    }
    else {
    cout Value

  • @Dronebotworkshop
    @Dronebotworkshop 3 ปีที่แล้ว +79

    I recently discovered your channel and I just have to say that you are doing an amazing job with these videos. You have a great teaching style and I love the way you use practical examples to illustrate concepts.
    I use C++ when working with microcontrollers like the Arduino, and while there are a few syntax differences it is very similar, so your videos have been a great resource.
    I know you get many requests for other languages as well, and as a TH-camr myself I understand that it's impossible to entertain them all. If I were to make a request I would love to see you do a series on Python after you conclude the C++ tutorial series. So you can add that to the list!
    I wish you every success with your TH-cam channel.

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +12

      Thank you so much for that comment! I really put a lot of work into these videos, especially to overcome the foreign language obstacle, so I appreciate very much the support that I get.
      I have a lot of TODO videos, and I also have to be honest and say that Pythons is not my strongest language.
      I was planning to focus on C++, C#, and JS mostly because those are the languages that I use the most, but I don't have any fixed plan for the future. Are you interested in those maybe?
      I wish you the best of luck with Arduino programming and a lot of success with your channel as well. 🤞🧡🧡

    • @Dronebotworkshop
      @Dronebotworkshop 3 ปีที่แล้ว +9

      @@CodeBeauty Well I would say that you have definitely overcome the foreign language obstacle, your English is excellent.
      I certainly will be interested in seeing more of your C++ videos and look forward to the JavaScript ones, I have familiarity with both languages but it has been a few years since I used JS, so I'm sure I'll learn something.
      Keep up the great work Saldina, I predict that you'll soon have a TH-cam Silver Play Button to hang on your wall!

    • @DaleDix
      @DaleDix 3 ปีที่แล้ว +4

      Mr DroneBot in the house!

    • @yohansenurga4044
      @yohansenurga4044 3 ปีที่แล้ว +1

      @@CodeBeauty Guess what your English is more understandable than (no offense) other programming TH-camrs. I really appreciate your effort and we will continue supporting you.

    • @nunorodrigues5628
      @nunorodrigues5628 3 ปีที่แล้ว +1

      @@CodeBeauty this is the best best crossover of 2021!

  • @garcj1499
    @garcj1499 3 ปีที่แล้ว +5

    I decided to watch the entire video at 1am for fun instead of going to sleep. Linked lists have never been this clear to me until now, thanks to you!

  • @Neiltxu
    @Neiltxu 2 ปีที่แล้ว +7

    your videos are insane, you made me feel that c++ wasn´t as difficult as it was being for me at university, thanks a lot and best wishes from Spain.

  • @milkamilkica1935
    @milkamilkica1935 3 ปีที่แล้ว +17

    Love how you explain everything so simple and easy!

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +1

      Happy to hear that you learn from videos! 🤞🤗🧡

    • @dvega920
      @dvega920 3 ปีที่แล้ว

      @@CodeBeauty I second Milka's comment! I've spent a ridiculous amount of time (hours) reading and rereading my text book to understand linked lists and you very eloquently showed me in a matter of minutes. Thank you and keep up the great work! I will be following you for more C++ videos as this has been a trouble language for me to pick up. Best of Luck!

  • @joehibbler7120
    @joehibbler7120 2 ปีที่แล้ว +2

    My last year until I graduate BS computer Science ... Thank you so much your lessons are great.

  • @Michael-tf3hj
    @Michael-tf3hj 2 ปีที่แล้ว +1

    By watching this video I have contemplated not only the beauty of code, but also the beauty of programmers. Thanks a lot for that video! Seems to be one of the most beneficial.

  • @krishaelle8309
    @krishaelle8309 2 ปีที่แล้ว +2

    please put up more videos on data structures and algorithms in c++

  • @salmale3783
    @salmale3783 3 ปีที่แล้ว +3

    women are very caring and have a very good way of explaining things ♥️♥️I'm proud of you

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +1

      Thank you so much for this genuine comment! ❤❤❤

  • @2minhacks
    @2minhacks 2 ปีที่แล้ว +1

    Thank You
    This video helped me in understanding concept of the linked lists,
    I have watched many videos but this video makes everything clear.

  • @tanhnguyen2025
    @tanhnguyen2025 10 หลายเดือนก่อน +1

    truthfully speaking, you're dropdead gorgeous from my point of view. Thank you madam for dedicating your time to making this video that is perfect to the most minute detail!

  • @cryptobaduymus
    @cryptobaduymus ปีที่แล้ว +1

    I was really tired all unnecessary fency computer science terminological words this video keeps really simple so easy to understand thank you Code Beauty.

  • @bhargavsolanki6386
    @bhargavsolanki6386 3 ปีที่แล้ว +10

    Awesome ma'am, lots of love from India😍

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +4

      Thank you! Lots of love for 🇮🇳🧡🤍💚

  • @sebastianionel5134
    @sebastianionel5134 3 ปีที่แล้ว +12

    If people don't want to use public variables in a class (not pretty cool to use public variables in classes and not so great to practice) they can check this code right here. I did some OOP things:
    class Nod { // Nod = Node in my language
    int valoare; // valoare = value in my language
    Nod* next;
    public:
    // I did a constructor also to avoid making a very big column of initializations. If I don't pass the next Node, then the default value is a nullptr;
    Nod(int valoare, Nod *next = nullptr) : valoare(valoare), next(next) {}
    // Here are some getters and setters that can access the private variables.
    void setValoare(int valoare) {
    Nod::valoare = valoare;
    }
    void setNext(Nod *next) {
    Nod::next = next;
    }
    int getValoare() const {
    return valoare;
    }
    Nod *getNext() const {
    return next;
    }
    };
    void printList(Nod* n) {
    while(n){
    std::coutgetValoare() getNext(); // This is a pointer so that's why you can do this.
    }
    }
    int main() {
    // linked list example with 4 elements:
    Nod* head = new Nod(1);
    Nod* second = new Nod(2);
    Nod* third = new Nod(3);
    Nod* last = new Nod(4);
    // here I was pretty lazy to implement the pointer in constructor thing (the stuff you need to pass as a parameter to the construct to point to the next node) so I did this:
    head->setNext(second);
    second->setNext(third);
    third->setNext(last);
    printList(head);
    // std::cout

  • @Awanderer15
    @Awanderer15 2 ปีที่แล้ว

    Finally after trying for almost a week and surfing dont know how many channels i found this channel who make me understand how to create a linked list in minutes at once
    I cant thank you enough literallyy tears in eyes .. Thank you you are realky doing a great work each concept is clear avout creating a linked list .
    Thank you so much

  • @handsoncoding7693
    @handsoncoding7693 2 หลายเดือนก่อน

    thanks a lot CodeBeauty. I am BCA student at manipal university jaipur, I struggke understanding this concept from other tutorial, but yours is super easy to grasp. thanks again

  • @abdel-rahmansayed6384
    @abdel-rahmansayed6384 3 ปีที่แล้ว +12

    I really appreciate your work, you helped me understands this particular topic which was both easy and confusing at the same time.
    Keep it up💪🏻

  • @MeetPatel-ps1hh
    @MeetPatel-ps1hh 2 ปีที่แล้ว +1

    Little tip,
    use delete head;
    at end to free up the allocated memory:)

  • @MartinGG996
    @MartinGG996 3 ปีที่แล้ว +2

    I was having doubts with this very topic. Nice video!

  • @UET_TECH
    @UET_TECH ปีที่แล้ว

    i have seen many videos..but only from ur video i learned it and best explanation..thankuu

  • @bubble_gum_witch
    @bubble_gum_witch 4 หลายเดือนก่อน +2

    Thank you so much, your way of explaining is so clear and understandable. I really needed this video!!

    • @CodeBeauty
      @CodeBeauty  4 หลายเดือนก่อน

      You're welcome 🤗🥰

  • @TravelTales-a
    @TravelTales-a ปีที่แล้ว

    after watching hundred of videos, this video make me understand linked lists lots of thankss 💞💞

  • @Nikhil-vo4qu
    @Nikhil-vo4qu ปีที่แล้ว +1

    Thank you so much di ! this helped me a lot !!! May the force be with you !

  • @yohansenurga4044
    @yohansenurga4044 3 ปีที่แล้ว +1

    You are the best. You really explain very well wow. My professor took two classes which mean 150 minutes to teach about the Linked list but still, I didn't get it but now in less than 24 minutes I learned a lot from you. Thank you.

  • @zannatulferdousbristy235
    @zannatulferdousbristy235 2 ปีที่แล้ว +1

    Yes, I got now easy explanation . Thanks and upload more.

  • @rein29233
    @rein29233 2 ปีที่แล้ว +1

    Finally understood after going through many videos. Thank you

  • @piiaall
    @piiaall 3 ปีที่แล้ว +1

    For the first time, I have understood code of Linked List properly ✨️✨️✨️

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +1

      Happy to hear that 🥰🥰

  • @kenopedia7023
    @kenopedia7023 7 หลายเดือนก่อน

    Thank You very much. I learn a lot from your videos. Thanks Professor. I give exam last semester . Your videos help me a lot. Hope I will pass the exam. But I learned a lot from you. Again Thanks a lot. Keep make videos and also make videos on Advance algorithm to code .

  • @amvtech5945
    @amvtech5945 หลายเดือนก่อน

    This was such a pain to learn but you made it so much easier! Thank you so much!

  • @nitinnishad4810
    @nitinnishad4810 3 ปีที่แล้ว +1

    main()
    {
    int size,n;
    coutsize;
    n=size;
    int arr[n];
    cout

  • @mmuzzammil8394
    @mmuzzammil8394 2 ปีที่แล้ว +1

    Wow, you explain better than my teacher! Thank you!!

  • @BizBlitzShorts
    @BizBlitzShorts 5 หลายเดือนก่อน

    I found it really hard to understand the concept of linked lists but you made it seem very easy. Thanks!

  • @Mike-lr2bc
    @Mike-lr2bc ปีที่แล้ว

    This video made my life so much easier. I've been struggling in my data structures class for 10 plus weeks now, professor was confusing to listen to, tutor was confusing to listen to but this video made everything clear

  • @zombiehellmonkeygaming1956
    @zombiehellmonkeygaming1956 3 ปีที่แล้ว +5

    Wow, thank you for the brilliant explanation! You make everything sound so simple. I have only ever used std::list, so to understand how linked lists actually work under the bonnet really helps.

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +1

      I'm happy that you find my explanation helpful and that you understand how LL work inside 🤞🤗🤗

  • @Bess_Gates
    @Bess_Gates ปีที่แล้ว +1

    I really appreciate what you do, thank you

  • @Alphabet_-_
    @Alphabet_-_ 3 ปีที่แล้ว +27

    #include
    using namespace std;
    class Node {
    public:
    int Value;
    Node* Next;
    };
    void printlist(Node*n) {
    while (n!=NULL) {
    cout Value Value = 1;
    head->Next =second;
    second->Value = 2;
    second->Next = third;
    third->Value = 3;
    third->Next = NULL;
    printlist(head);
    system("pause>0");
    }

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +7

      Thank you for this! 🙏💙

    • @BlakeTedKord
      @BlakeTedKord 3 ปีที่แล้ว +2

      @@CodeBeauty is that really google? What’s your ethnicity? Can you start a full stack series soon?

    • @trinity2725
      @trinity2725 3 ปีที่แล้ว

      @@BlakeTedKord she is croatian

    • @ambroseoz6877
      @ambroseoz6877 3 ปีที่แล้ว

      @CodeBeauty i have tired adding a four elements to it (third->Next = four; four-> Next = 4; then what happens to the " Null" at this point.

    • @ambroseoz6877
      @ambroseoz6877 3 ปีที่แล้ว +1

      // Example program
      #include
      using namespace std;
      class Node {
      public:
      int Value;
      Node* Next;
      };
      void printlist(Node*n) {
      while (n!=NULL) {
      cout Value Value = 1;
      head->Next =second;
      second->Value = 2;
      second->Next = third;
      third->Value = 3;
      third->Next = four;
      four->Value = 4;
      four->Next = NULL;
      // i want to know the issue at this line of this code
      printlist(head);
      }

  • @SalmanKhan-wk3pk
    @SalmanKhan-wk3pk 3 ปีที่แล้ว +71

    You're the only one that finally made this understandable to me. Thank you so much plz continue this series !! I would like to see the series upgrade to the intermediate level. Thank you again, Saldina!

    • @circuitwave
      @circuitwave 2 ปีที่แล้ว

      I agree! This was sooo helpful! Thank you very much!

    • @dextersilva4411
      @dextersilva4411 ปีที่แล้ว

      same TT

  • @rabbitazteca23
    @rabbitazteca23 3 ปีที่แล้ว +1

    please make a linked list playlist that explores everything about linked lists like insertion in middle, anywhere, back, front,, double linked lists, applications of double linked lists, cyclic linked lists, application of cyclic linked lists, answering coding questions related to linked lists, etc... My prof said that linked lists are the most common form of interview questions when it comes to applying to jobs that are related to programming.

  • @YashTiwari.official
    @YashTiwari.official ปีที่แล้ว

    Best mentor award goes to saldena mam.. she is really a excellent tutor ❤️🙏
    Mam i love your teaching skills .....

  • @Sisi_San
    @Sisi_San 5 หลายเดือนก่อน

    You are so amazing! I love your teaching and can't wait to learn more!

  • @BrainyBlas
    @BrainyBlas 8 หลายเดือนก่อน

    Amazin job in such a way that, you train viewers from basic to advance without missing any aspect.

  • @mathilda247
    @mathilda247 3 หลายเดือนก่อน

    Thank you for fluencer and understandable English ❤

  • @anuragvashishtha3841
    @anuragvashishtha3841 3 ปีที่แล้ว +2

    Clear and Concise explanation!
    Backed with a lot of Well Supported, Real world Examples.
    Learning C++ through your channel is so much of joy!!

  • @killatony4093
    @killatony4093 6 หลายเดือนก่อน +1

    Thank you Ms.Coding Lady.

  • @painsme2
    @painsme2 3 ปีที่แล้ว +2

    These are really informative video's. I appreciate you taken the time to do so. Thank You and Cheers!

  • @محمداليريمي-س6ص
    @محمداليريمي-س6ص 3 หลายเดือนก่อน +1

    This leson is very usefull thanks very muthc

  • @zoepekarek7715
    @zoepekarek7715 2 ปีที่แล้ว

    Its incredible how much better you explain these things than my college professors.
    Its also awesome to have finally found a female coder on here that explains things in the way that I like! Sick of just hearing men 24/7 in this field and being one of the few girls in my classes. haha!

  • @sherylli4161
    @sherylli4161 3 ปีที่แล้ว +1

    wow!! I just discovered your channel- i've always struggled to understand linked lists but in this video, everything just clicked. THANK YOU SO MUCH

  • @cloudyclouds5737
    @cloudyclouds5737 6 หลายเดือนก่อน +1

    Thank you so much 💗😊
    It really helped me

  • @darellarocho5729
    @darellarocho5729 2 ปีที่แล้ว

    You explain these concepts extremely clear holy shit. Amazing job!

  • @janicebadilla637
    @janicebadilla637 7 หลายเดือนก่อน

    best teacher,,u explain better than my profs..hope u also have java language .

  • @SHIVAMSHUKLA-be7zj
    @SHIVAMSHUKLA-be7zj 2 ปีที่แล้ว +1

    amazing explanation.. i wish i had a teacher like you.. respect... in this era where people are making insta youtube reels , which are absolute trash.. people like you are really motivating us.

  • @raine7428
    @raine7428 10 หลายเดือนก่อน

    the way you explained everything so simple yet so informative. Def a new sub from me and will tell all my classmates and friends to go here when they also have troubles with c++

    • @CodeBeauty
      @CodeBeauty  10 หลายเดือนก่อน +1

      Dive into coding with your pals; it's more fun that way. After you learn to code dream big and kickstart a startup with your unique idea. Once your app's got its roots and a solid concept, find good investors. Who knows, you might just be on the path to becoming the next big thing, like Facebook or TikTok! 🚀

    • @raine7428
      @raine7428 10 หลายเดือนก่อน +1

      @@CodeBeauty Thank you, I will keep that in mind. Especially now that we're nearing our graduation, atleast we'll have choices we can take

  • @ThienNguyen-od2hb
    @ThienNguyen-od2hb 3 ปีที่แล้ว +1

    Could you please do a video explain how to do a reserve linked list?

  • @5g8ohsl
    @5g8ohsl 2 ปีที่แล้ว +1

    great explaining, better than our lecturer

  • @joebosah2727
    @joebosah2727 3 ปีที่แล้ว +1

    Thanks, you nailed it

  • @moularaoul643
    @moularaoul643 3 ปีที่แล้ว +2

    Thank you so much!!!

  • @legityash
    @legityash 2 ปีที่แล้ว +1

    This video was helpful 💯

  • @RagibRawnakRohan
    @RagibRawnakRohan 2 ปีที่แล้ว

    Really This Channel Does Have Code And Beauty.

  • @chvaishnavi7985
    @chvaishnavi7985 2 ปีที่แล้ว

    You're a saviour. How nicely you have made me to understand the topic i cant explain thanks
    🥰

  • @basemhiwari3373
    @basemhiwari3373 3 ปีที่แล้ว +1

    Hope you make videos about parallel arrays .

  • @MegaDoc360
    @MegaDoc360 ปีที่แล้ว

    Phenomenal explanation, thanks!

  • @iiiiiiiii6364
    @iiiiiiiii6364 2 หลายเดือนก่อน

    thank you so much . the pest vedeo to learn data structur. I love your teaching

  • @mohammadhawa337
    @mohammadhawa337 3 ปีที่แล้ว

    Thanks Saldine it is so great I'v seen a lot of videos about linked list and I didn't understand it but now I understand it
    NOT: I'm Syrian and I'm not native in English but your explaining is so simple thank you so much

  • @mubiratan
    @mubiratan 2 ปีที่แล้ว +1

    You are very didactic, congratulations!!

  • @kunalakhade5660
    @kunalakhade5660 3 ปีที่แล้ว +2

    I watched other random videos of linked list before I came to this video but my all doubts got solved here only . Just Thank you❤️ Lots of respect🌟
    Can you please make a complete dsa playlist?? Plzzz🙏❤️

    • @adamadam7856
      @adamadam7856 2 ปีที่แล้ว

      Thank you, fantastic explanation.

  • @thedungnguyen4440
    @thedungnguyen4440 3 ปีที่แล้ว +1

    i feel like im in love with y Saldina, you make things in coding seem more intuitively. big thanks from VietNam, i will introduce this channel to all of my friend who are trying to learn c++ for sure.
    However, Could you make more video relate to doing some particular project.
    Wish you all the best with this channel as well as your personal life.

  • @grandparick3176
    @grandparick3176 3 ปีที่แล้ว +1

    I really love the way you explain things.

  • @conceptwithayan4737
    @conceptwithayan4737 ปีที่แล้ว

    amazing concept love your teaching method

  • @mattasatishkumar4132
    @mattasatishkumar4132 3 ปีที่แล้ว +2

    your beauty made me to view code beauty!!!!!!!
    love from india(hyderabad)!!!

  • @murtazahonarpoor4252
    @murtazahonarpoor4252 2 ปีที่แล้ว

    You explained the linked list very clear and concise. Thank you!

  • @wongy4487
    @wongy4487 4 หลายเดือนก่อน

    thank you so much !! your explanation is great!

  • @misganawmekashaw5113
    @misganawmekashaw5113 3 ปีที่แล้ว +2

    i will need more video on data structure and algorithm

  • @ussumaneembalo2643
    @ussumaneembalo2643 4 หลายเดือนก่อน

    This video is so well explained, thanks allot

  • @namandacarolinebetty6814
    @namandacarolinebetty6814 2 ปีที่แล้ว

    You are the best teacher

  • @iVuDang
    @iVuDang ปีที่แล้ว +1

    good explanation thank you

    • @CodeBeauty
      @CodeBeauty  ปีที่แล้ว

      You're welcome 🙌🤗🥰

  • @TheBlackFemaleEngineer
    @TheBlackFemaleEngineer 3 ปีที่แล้ว +3

    Such a useful video🔥

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +1

      Thank you so much! 🤗🤗🧡

  • @singhcodes7733
    @singhcodes7733 3 ปีที่แล้ว +5

    Love your content mam 🧡🌸
    Love from India 🏅

    • @CodeBeauty
      @CodeBeauty  3 ปีที่แล้ว +1

      I love the support! 🙏
      Hugs for India! 🧡🤍💚

  • @yash1152
    @yash1152 ปีที่แล้ว

    0:00 been watching videos all day long - this is the only one which got audio levels okay enough.
    rest all are sooo feeble. idky.

  • @hussain6043
    @hussain6043 2 ปีที่แล้ว

    Thank you so much Mam !! Your videos are so much helpful👍.

  • @arghyadas4138
    @arghyadas4138 2 ปีที่แล้ว

    Awesome Explanation

  • @Scrawlerism
    @Scrawlerism 3 ปีที่แล้ว +1

    Thank you so muuuuuch

  • @Xxnightwalk1
    @Xxnightwalk1 2 ปีที่แล้ว +1

    Very clear, as always
    Your videos are very helpful :)

  • @atrijpaul4009
    @atrijpaul4009 2 ปีที่แล้ว

    I recently came across your channel and I must say the way you explain is commendable. Thanks for such great explanation of all the minute details of the code

  • @Gks2k
    @Gks2k 3 ปีที่แล้ว

    very use full video ma'am thank you

  • @joseloeza371
    @joseloeza371 2 ปีที่แล้ว

    Happy new year bonita... Excelent video... Please more like this with data structures

  • @fatimarashid2639
    @fatimarashid2639 5 วันที่ผ่านมา

    for the print function should you not store the head pointer in a temporary variable first so you do not lose where your head was originally pointing. like Node* temp = head and then do the while loop from there so when the loop is done executing you still have access to your first node via head

  • @sphamandlambuyazi5085
    @sphamandlambuyazi5085 2 ปีที่แล้ว +1

    This is cool stuff we really thank you for your help peace

  • @maryamsiddique5825
    @maryamsiddique5825 ปีที่แล้ว

    I am from Pakistan. Mam thank u soo soo much for this outstanding explanation. I really inspired by your style to giving the lecture❤. Seriously i don't understand my teachers explanation 😢.. unfortunately

  • @Rob-147
    @Rob-147 ปีที่แล้ว

    thank you for breaking it down like this!

  • @NIKHILSINGHRA-zs5fm
    @NIKHILSINGHRA-zs5fm ปีที่แล้ว

    hanks lot Sir.. You helping us..

  • @manhhungnguyenxuan5315
    @manhhungnguyenxuan5315 3 ปีที่แล้ว

    thank a lot, great video.
    From Vietnamese student with love!

  • @aryapavale2727
    @aryapavale2727 ปีที่แล้ว

    Great explanation ....thank you 😊

  • @1艾志
    @1艾志 3 ปีที่แล้ว

    You are more than a teacher 非常好👍

  • @thecloudguy44
    @thecloudguy44 2 ปีที่แล้ว

    Very good explanation of code...explain with the help of diagrams could have made it better

  • @ChristianRicciChrySalis
    @ChristianRicciChrySalis 2 ปีที่แล้ว +1

    You helped me a lot, thank you 🙏

  • @nahid017
    @nahid017 ปีที่แล้ว

    Wonderful explanation...😭😭
    I was struggling to understand the
    Code( node and the arrow stuff)