Doubly Linked List with Implementation in C/C++ | Data Structures in Tamil | Logic First Tamil

Поділитися
Вставка
  • Опубліковано 13 вер 2021
  • CodeLink - github.com/LogicFirstTamil Code link - github.com/LogicFirstTamil/DS...
    DS and ALGO in C/CPP: • Introduction to Data S...
    DS and ALGO in Java: • Introduction to Data S...
    Java Playlist: • Learn Java in Tamil
    Java one video: • Java Full Course in Ta...
    C Interview program playlist: • C Interview Programs i...
    C programming in one video: • C Programming in Tamil...
    C programming playlist: • Introduction to C prog...
    C++ Playlist link: • C++ Programming in Tamil
    English channel link: / @logicfirst31 #DSA #DSALGO #DataStructures #Algorithms

КОМЕНТАРІ • 21

  • @Moses_Karthikeyan
    @Moses_Karthikeyan 2 роки тому +10

    Legend Bharathi mam video patha yara irundhalum coding mela bayangara interest vandhurum

  • @AjayKumar-ls8oi
    @AjayKumar-ls8oi 2 роки тому +9

    Of course, There is no channel to teach like you.
    Picture representation + source code + explanation + motivation 💖 really superb..
    Na Dsa already oru English channel pathutha konjama kathu kitta. Even enakku intha topics and code altready konjama theriyu...
    Irunthalum neenga teach panranalatha pakure..
    This is for your only mam😺💖
    Keep teaching god bless you

    • @LogicFirstTamil
      @LogicFirstTamil  2 роки тому +4

      Thank you Ajay. Comments like this help me keep going..

  • @saravananr1142
    @saravananr1142 2 роки тому +2

    Thank you for ur effort mam,now I'm able to understand and program well because of you!!!!❤️

  • @user-dj8hh7ys2f
    @user-dj8hh7ys2f 9 місяців тому +1

    without the help of previous pointer we can do delete.
    temp->prev->next=temp->next;
    if(temp->next==NULL){
    tail=temp->prev;
    }
    else{
    temp->next->prev=temp->prev;
    }

  • @realestateagentthanjavurme9328
    @realestateagentthanjavurme9328 6 місяців тому

    மிக அருமை மேடம்

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

    thank you mam so helpful🙏🙏🙏

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

    Super 💓

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

    mam ipo oru element tha irukku atha delete pannom na,
    ipo head->next= NULL tha irukkum,
    if(pos==0){
    if(head->next==NULL){
    free(temp);

    }
    else{
    head=head->next;
    head->prev=NULL;
    free(temp);
    }
    }
    display panna output varala mam

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

      i find tha error mam,
      display function la while(temp!=NULL) athunala infinite loop aaguthu mam,
      mela ulla if (head==NULL) condition la memory free pannitu head=0 assign pannittu,apro display func la if(head>0)
      display panra mathiri condition koduthutte mam🙏

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

    👍

  • @v.jananayagan3284
    @v.jananayagan3284 2 роки тому

    Mam display function call panna last value mattum tha tharuthu why? Mam

  • @raistar-lt8jn
    @raistar-lt8jn Рік тому

    👌👌👌

  • @skv7117
    @skv7117 2 роки тому +2

    Akka temp!=Null, loop la kudutha enga stop aagum, temp->next! =Null kudutha enga loop stop aagum..

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

      when you give temp!=Null, when temp becomes null it stops. THat is last element + 1. when you give temp->next!=null, it stops when temp->next=null. That is, exactly in the last node(because next is null only for last node)

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

      Apah temp==NULL um temp!=NULL um onnu aaguma...apdi same illana difference sollunga plzz

  • @techpoint8293
    @techpoint8293 2 роки тому

    Mam ethu enna editor dev aa