Sir,your linked list series is the best one. Now, i'm able to create my own code for each and every operation of the linked list. Thank you so much, sir❤️❤️❤️.
@anandmishra13065 жыл бұрын
this is the best tutorial for data structure
@atharvanimbalwar25855 жыл бұрын
best online teacher :)
@sumanth52324 жыл бұрын
Without a doubt!
@holyshit9225 жыл бұрын
Segfault while inserting to the empty list Fourth instruction after scanf should be wrapped with if else condition if (head == NULL) tail = new else head -> prev = new
@indianreelstracker50672 жыл бұрын
handsoff to your dedication.
@jakeroosenbloom5 жыл бұрын
You need a fan in your room, but great video lol
@vishwanathp82334 жыл бұрын
😂😂
@varunphatak47584 жыл бұрын
Best online teacher 🙏
@ASHOK..23042 жыл бұрын
Thank u sir super ga cheppaaru
@swathiswetha99845 жыл бұрын
Sir please try to cover all the topics as early as possible
@sundeepsaradhi5 жыл бұрын
Hi swathi Sure I will complete them soon
@ahadalirvce62004 жыл бұрын
lovely explanation Sir !!
@Gandhiboy4 жыл бұрын
Thank you so much ❤️
@mubashirali75383 жыл бұрын
Well explained sir!!!!
@piyoushjaiswal48243 жыл бұрын
Nicely explained 👍🏻👍🏻
@sairam82673 жыл бұрын
Superb explaination sir .....
@nemani76704 жыл бұрын
Sir, while inserting the node at specified position, can I change the order of steps?
@indianreelstracker50672 жыл бұрын
I believe, at some part of insertion the order can be change, but many of cases must have the exact order of the step. Due to this we wont find the value of some node.
@dathunaikl4032 жыл бұрын
Thank you so much sir 💖
@mehwishahmed36913 жыл бұрын
Tnx sir bht acha smjya
@devipriyankasandula11164 жыл бұрын
Good tutorial
@prakashpanda27025 жыл бұрын
Thanks sir 👍👊👊👊
@sachitabhowmik3611 Жыл бұрын
nice video sir
@kk-fc2oz3 жыл бұрын
Sir I am EEE student you lesson is so good...... Sir i have to improve my IT knowledge what to do
@SurajSharma-cs7rf4 жыл бұрын
Plz Suggest me the best book on data structure and algorithm 🙏
@deviprasanna25513 жыл бұрын
Reema thereja
@chandragirinaresh12404 жыл бұрын
❤❤❤❤❤
@kalathurkarthikreddy41524 жыл бұрын
Excellent sir
@TejaSri-g2y4 ай бұрын
Sir,during insertion at specific position can we use tail instead of using temp-->next(new-->next=temp-->next)as(new-->next=tail)
@theacend12 жыл бұрын
Thank you sir.....
@nileshtayade3546 Жыл бұрын
sir while inserting at the end and the tail pointer is not given the what we have to do?
@shaikmahaboobriyaz24733 жыл бұрын
Shuold we add this formulaes in programing to add the doble linked list
@srihari-vv7sq3 жыл бұрын
definitely its the best
@ramakrishnasatyavarapu759510 ай бұрын
Nyc
@zahidjoyia63305 жыл бұрын
good work sir
@Rakibul_52 Жыл бұрын
#include #include struct node { struct node*prev; int data; struct node*next; }*head,*current; void creation(){ int size; printf("Enter the linklist size= "); scanf("%d",&size); int i=1; while(iprev=NULL; newnode->data=value; newnode->prev=NULL; if(head==NULL){ head=newnode; current=newnode; } else{ current->next=newnode; newnode->prev=current; current=newnode; } i++; } } void display(){ struct node*temp; temp=head; while(temp!=NULL){ printf("%d->",temp->data); temp=temp->next; } } void insertAtfast(){ int value; printf("Enter the value= "); scanf("%d",&value); struct node*newnode; newnode=(struct node*)malloc(sizeof(struct node)); newnode->data=value; newnode->prev=NULL; newnode->next=head; head->prev=newnode; head=newnode; } void insertAtlast(){ int value; printf("Enter the value= "); scanf("%d",&value); struct node*newnode; newnode=(struct node*)malloc(sizeof(struct node)); newnode->data=value; newnode->next=NULL; current->next=newnode; newnode->prev=current; current=newnode; } void specific(){ int pos; printf("Enter the position= "); scanf("%d",&pos); struct node*temp=head; for(int i=1;inext; } int value; printf("Enter the value= "); scanf("%d",&value); struct node*newnode; newnode=(struct node*)malloc(sizeof(struct node)); newnode->data=value; newnode->next=temp->next; temp->next->prev=newnode; temp->next=newnode; temp->prev=newnode; newnode->prev=temp; } int main(){ creation(); insertAtfast(); insertAtlast(); specific(); display(); }
@kunji8983 ай бұрын
Thankyou
@ravisah81794 жыл бұрын
Salute to you sir
@inyomansuyasa7254 Жыл бұрын
Why do I get double free error on my double linked list?
@mrajesh78533 жыл бұрын
Thank you sir
@rajeshvarancr96614 жыл бұрын
Thank you Sir!..
@anikduley67195 жыл бұрын
sir can you give total programe of double linked list(like single linked list)
@thoyazpc74425 жыл бұрын
👍
@theacend12 жыл бұрын
Wasting all my money on college 💔
@kesagaurav81005 жыл бұрын
hi sir explain the concepts of tress
@ScylinthАй бұрын
its always the indian
@janaksapkota14775 жыл бұрын
Thanks sir
@ramdarling5174 жыл бұрын
Sir once do program on linked list
@abhishekranjan10944 жыл бұрын
Sir this data structures tutorials in c ...i want in java 🤒🤒🤒🤒🤒🤒🤒
@22CSEC49_NAGASURYATG Жыл бұрын
Execution is better for understanding sir try to execute
@bhaktidukare71474 жыл бұрын
Understandood better
@abdulrazak53545 жыл бұрын
Artificial intelligence guruchi class cheppandi.Razak ,si of police.thanks