Finally someone explained me what is a linked list and how to use them! Thank you sir!
@yourtube32142 жыл бұрын
Yes this is called satisfaction 😀
@db9175 жыл бұрын
i have been struglling with linked list for almost 3 or more weeks now,im left behind since the lecturer done it in class i couldnt really move on coz i was stuck, the only reason i didnt come on this channel before is its teaching on the board and i only checked videos that explain with writting running program directly on ide. and just randomnly today i dicided to check more videos even the ones that are just explained on the board andhere i am,only one video made me understand what i have been struggling with for so long,Im really grateful, thank you.
@gauravbharti53906 жыл бұрын
got better explaination than my code school ..keep it up bro
@andythomson22274 жыл бұрын
💓Finally got it sir after surfing for 1 hour on KZbin for finding this concept.
@RohanGSadnani5 жыл бұрын
Sir, aaapko hats off, Your Explanation is the best, because even our NMIMS university teachers can't explain it in an easy way they make it more complex, and during practicals, they tell us to find the solution on our own, iska matlab explanation bhi barabar nahi aur upar sae practicals bhi kudh karo....
@gamerz82206 жыл бұрын
yes you have really cleared some of my confusions i was really stressed and could not able to understand linked list at all thank you
@subramanianchenniappan40596 жыл бұрын
I am an experienced java developer. able to understand your explanation. good
@zoyajaved41815 жыл бұрын
Plzz make a good video of this thing
@poojayu91006 жыл бұрын
I am your fan.....your teaching is excellent.....
@soubhagyasamal40496 жыл бұрын
your teaching process is fantastic... easily can understand...
@vircycure6 жыл бұрын
Very nice explanation. There is no doubt after your teach because of your explanation. Thank you sir
@lordsaint49566 жыл бұрын
Sir you're great! JUST WOW. How can this be so easy i asked myself literally, because in college lecutres i found it so tough. OmG. Sir you're great! Thank you sir. ❤️
sir,excellent explanation... Made linked list simple
@kolanaresh70775 жыл бұрын
bro your teaching is excellent and voice also excellent
@aadeshgaikwad30185 жыл бұрын
Best explanation, you have cleared my all concepts 💯
@tanishsharma91275 жыл бұрын
Very impressive video. Explaination is amazing.🔶
@rohandubey81635 жыл бұрын
Sir you are brilliant means many college teachers has failed in front of your teaching way criteria , bhut bhut bhut badhiya explaination thank you thanks a lot sir .i always fear about linked list & its code but your this video ,make my confidance strong that #I #CAN
@vivekvish29553 жыл бұрын
Short n best...... thankyou sir
@vikrantsanke35546 жыл бұрын
Hello, You did not include your video - Introduction to Linked List ( very easy) in this playlist. That video is really useful for basics
@diedie1115904 жыл бұрын
Thank you I really appreciate your help. Linked list was always difficult for me.
@guilfuchi234 жыл бұрын
Really help me to understand completly, thanks, you earn a new subscriber
@somputhea67094 жыл бұрын
Thank you so much sir. I learned a lot from you.
@leozhong9270 Жыл бұрын
thank you sir, even though this video is from 6 years ago. Really good explaination!
@sadanimalsha14826 жыл бұрын
Well explanation. Keep it up Sir!!!
@nikolaiunger69325 жыл бұрын
thank you very much. It helped me to understand linked lists
@EntLaut5 жыл бұрын
You explained everything except the most important thing,how to find insert position.
@bprincepandey5 жыл бұрын
insert position is given in the question
@DevOpsGuy04 жыл бұрын
You have to give the insert position by yourself
@davidbarnwellutech46634 жыл бұрын
You can search for the insert position create to new nodes.. currentNode = headNode and previousNode which points to 0 (previous->next=0). Then, in the case of a sorted list ..traverse the list..searching for the insertion point. Something like while(CurrentNode->dataElement dataElement) {previousNode=currentNode; currentNode=currentNode->next; //THEN... // you put the new node BETWEEN currentNode and previousNode } or in the case of an UNSORTED list something like while( current->dataElement != insertionPoint->dataElement) like Mr Khyade was saying
@andythomson22274 жыл бұрын
insert we have to choose that
@videomoment34094 жыл бұрын
By count++ till Null
@afjalsharifopu50586 жыл бұрын
Best, Best and Best Explanation ....
@rohanyadav7645 жыл бұрын
kamal ho sir aap ....
@vincenr88227 жыл бұрын
These videos are way too good.
@vivekanandkhyade7 жыл бұрын
Thanks Vinster...!
@mansisakariya21936 жыл бұрын
very nice explanation sir...thank you so much sir
@anuragchatterjee2416 жыл бұрын
Sir ! Ur way of teaching is just commendable. Could you please explain me the topics of hashing ?
@pradeepmishra40216 жыл бұрын
You are awasome man.
@nandhinimurugesan76055 жыл бұрын
My sincere thanks to you sir.....
@amiratnapuri76783 жыл бұрын
thank you so much, good video bro!!
@vivekanandkhyade3 жыл бұрын
Thanks sister..👍👍
@Veenathementor7 жыл бұрын
You are such a great teacher sir u really solve my all problems thanks I really subscribe you thanku
@THEmrkrebz4 жыл бұрын
Another great video thanks!
@THEmrkrebz4 жыл бұрын
I agree!
@ganeshchakka79714 жыл бұрын
nice explanation sir
@biplabsarkar54857 жыл бұрын
Excellent explanation sir.
@ajitsahu83195 жыл бұрын
Awesome sir great videos
@mehwishvirk56706 жыл бұрын
U r good teacher ..... ALLAH bless you always....
@monicaagarwal85175 жыл бұрын
Great explaination..👍
@sumukhagc55285 жыл бұрын
plz sir make videos of data structures in java also Ur explanation is very good
@teshaleseifu70743 жыл бұрын
Wonderful teaching way
@chandrasekharanumula41375 жыл бұрын
Very good explanation
@shaikias0988 ай бұрын
U will expalin perfectly but on board u will explain we will understand by it but doing in computer that so that we can see execution is also important sir .please do that for whatever code u tell.Its my humble request sir.please sir
@sridipdas17866 жыл бұрын
Explanation is Awesome.
@gaoqiangzhou99604 жыл бұрын
thank you, clear and helpful
@xul58393 жыл бұрын
You save my exam
@vivekanandkhyade3 жыл бұрын
Thanks
@MrMarkgyuro5 жыл бұрын
that was cool. subscribed!!
@angelahendy45712 жыл бұрын
thank you very easy to understand
@roligautam38576 жыл бұрын
Thanks for such a great Help 😊😊
@Shraddhas__Cookhouse6 жыл бұрын
Thnx sir..... It's really understandable
@anshumanmishra25554 жыл бұрын
Here is the full executable program #include #include struct node { //Structure named node to store integer in variable data and a pointer variable which can store address location of next node int data; struct node *next; }*head; void insert(int data) { //This function will insert a new node to the start of the linked list struct node *temp = (struct node*)malloc(sizeof(struct node)); temp->data=data; temp->next=head; head=temp; } void add(int data) { struct node *temp,*p; int loc,len,i=1; printf("Enter the location"); scanf("%d",&loc); len=4; if(loc>len) { printf("Invalid location"); } else { p=head; while(inext; i++; } temp = (struct node*)malloc(sizeof(struct node)); temp->data=data; temp->next=p->next; p->next=temp; } } void display() { struct node *temp; temp=head; if(temp==NULL) { printf("The list is empty"); } else { while(temp!=NULL) { printf("%d->",temp->data); temp=temp->next; } } } int main() { insert(1); display(); insert(2); display(); insert(3); display(); add(6); display(); return 0; }
@shubhrajitparida63994 жыл бұрын
Best explanation
@chandusatish96976 жыл бұрын
Nice explanation thank you...Bro
@travelnlearn5 жыл бұрын
very nicely explained
@mohammedkapasi769 Жыл бұрын
very good explanation.
@jeya71256 жыл бұрын
Thanks for the tutorial.Very good.Can you please share for Circularly Linked List ?
@dainaetishaa50066 жыл бұрын
Best.. explanation..ty sr
@yuqian8226 жыл бұрын
Thank you!
@TheStifler466 жыл бұрын
Excellent, I have become a fan of you. Also can you make videos on string algorithms
@tharunyajayaseelan96746 жыл бұрын
I understand your explanation. thank you
@koreandramamix8665 жыл бұрын
Explanation is really good but you speak very slowly
@mahamamir91765 жыл бұрын
Watch at x1.25
@AdeshPaul5 жыл бұрын
Thanks for teaching.
@AbdulWahab-ri7cd3 жыл бұрын
Thank you so much sir ❤️
@poojachitalkar92456 жыл бұрын
thank u so much sir 😘😘😘
@raveendrakumar74526 жыл бұрын
nice sir ji
@ishup76966 жыл бұрын
very helpful thank you sir
@thashmithamandrira98296 жыл бұрын
V good explanation 👍
@kunalpatil69616 жыл бұрын
perfect bhau...
@Handling6265 Жыл бұрын
Thankyou very much sir 😊😊
@philimonphiri28175 жыл бұрын
thanks its easy here to understand
@lilug27443 жыл бұрын
Sir Maza agiya bohat dhoonda per ap say Maza agiya sir please implement in java compiler how classes made please explain
@kelvinkipchumbakoech97586 жыл бұрын
Very nice, Bravo!
@ahmedmohammedyahia76662 жыл бұрын
Thanks for you ❤❤
@hariharanm29065 жыл бұрын
Really, a fantastic video on youtube.
@98930111115 жыл бұрын
Case 2nd, how can be a pointer P can be checked with position ??
@kattapriyanka84576 жыл бұрын
very good explanation
@playerpl27724 жыл бұрын
I have a question. When inserting a node at the end, i use the code below and it didnt work. I dont know why while (p != NULL) { p = p->next; } p = new_node;
@andycommp52344 жыл бұрын
try using this while(p->next != NULL){ p = p->next; } p->next=new_node;
@lironstern19794 жыл бұрын
@@andycommp5234 what is p though?
@UsmanAli-cl5xg5 жыл бұрын
👍👍👌👌
@sagarjadhav35645 жыл бұрын
Hello sir, I want to create a linked list only & display that linked list.....(how many nodes this input it given by user) what can i do sir?
@prachibarathe64906 жыл бұрын
It's really helpful
@GlobalHuntersTech5 жыл бұрын
thnk yu sir ....
@veeshankiagarwal12776 жыл бұрын
can u please explain Algorithm for Circular Linked list.Your Videos are good.
@winnieveronica11394 жыл бұрын
Finally understand haha. Thank youu very much
@rahulkhartude49183 жыл бұрын
Thank you sir❤️
@jennychinyama86655 жыл бұрын
jenny chinyama I have enjoyed the lesson on linked list
@gauravbharti53906 жыл бұрын
good video for beginners ..
@chandanchakraborty67876 жыл бұрын
please make an of circular linkedlist...it's very important . thank you
@Maa_Inti_Vanta6 жыл бұрын
Sir... In insert node in the middle algorithm, can we write like newnode=p->next p->next=newnode
@shubhampatel78706 жыл бұрын
we won't need an additional pointer then... it is supposed to be done that way actually
@Maa_Inti_Vanta6 жыл бұрын
@@shubhampatel7870 ohh tq sir
@Saumya92587 жыл бұрын
sir , ur lec videos are really very helpful.can u plz post a lecture on ' addition of two numbers represented by linked list' .
@vivekanandkhyade7 жыл бұрын
Yes sure very sooon
@kalaiselvan78406 жыл бұрын
Just loop throughout the end and within the loop add node->data.
@bradwang36485 жыл бұрын
very helpful.. thanks!!
@mikhailpalagashvili1696 жыл бұрын
Why can't we just keep a tail reference and make the add at the end o(1) instead of o(n)