Hey Guys, if you want more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends as it helps me create more content just for you ✌
@gawd95443 жыл бұрын
can we implement without making a key and is it possible to do operation without the key value
@vidhuran44142 жыл бұрын
You've put into hell lot of efforts , I discovered this precious playlist before 1 week of my semester😭
@vaibhavchauhan19304 жыл бұрын
Thank you so much, bro .....after so many days of I try to understand doubly linked list, I finally understand how doubly linked list work...Thanks so much again😊
@SimpleSnippets4 жыл бұрын
Glad you liked it! Please support me by sharing the videos and our channel with your friends too. Thats the biggest help and support you can provide 😇
@nafisahmed36073 жыл бұрын
Complex stuffs with simple explanations. Amazing buddy
@thedreams45183 жыл бұрын
At Feb 1 my final exam will start And the first paper is DSA your video help me alot Thanks buddy Respect from 🇵🇰
@SimpleSnippets3 жыл бұрын
Best of luck✌ And thank you so much for the positive feedback 🙂
@rajashrivastava26464 жыл бұрын
backtoback from singlylinklist.....thts how much i love ur videos
@SimpleSnippets4 жыл бұрын
Thats amazing Raja, I am glad that you are loving these videos. I request you to please share these videos with your friends too. Also hope you are subscribed to SImple Snippets. Welcome to the family ✌
@rajashrivastava26464 жыл бұрын
@@SimpleSnippets technically m friends were the one who recommended ur channel so like yeah ....and dont worry will spread ur good deeds....keep it up...
@johnpaulbancayrin93753 жыл бұрын
because of pandemic my prof can't teach properly about DS. but videos i really understand and implement the DS thanks to you
@adityamahilane57093 жыл бұрын
Thankyou so much sir 👍👍👍 For understanding the this concept i was trying many videos but i didn't understand And after watching your video i got it✌️🙏
@manish-mk5 жыл бұрын
Wow Finally ! Waited for Data Structure videos for so long
@SimpleSnippets5 жыл бұрын
Hehe yeah 😅 sorry for the delay ✌️ next video will be implementation of doubly linked list in c++ program 😁
@abcdddddd12345 жыл бұрын
Hi! I wonder, for the 3b of delete node by key algorithm at around 28:44, should a code "head -> next -> previous = NULL;" added before the code "head = head -> next;"? Thanks!
@SimpleSnippets5 жыл бұрын
Thats a good point and yes it can be done. However, in our use case we currently don't need it to be mandatory since we are not really going to traverse backwards so the previous pointer is anyways not going to be used. But yes it'll be a safe practice to do so. Also good observation Alex! 🙂
@anujdubey51844 жыл бұрын
Great job man !!! Keep it up and please complete the course in this lockdown
@SimpleSnippets4 жыл бұрын
That's the plan! ✌
@JohnWick-bc9vs4 жыл бұрын
best Explanation ever.
@SimpleSnippets4 жыл бұрын
Glad it was helpful!
@madhav34444 жыл бұрын
26:49 the last step is N->next = new_n
@pratikdhame2 жыл бұрын
I don't understand why you are creating parameterized constructer node(int k, int d) I think it's not necessary and thanks for your efforts, this course is awesome man....
@masumali8356 Жыл бұрын
you are the best........masum
@roadtoprogramming88565 жыл бұрын
Thanks Bro Today I got saved by Your Video otherwise bari bisti honi thi.
@SimpleSnippets5 жыл бұрын
Most welcome buddy, I'm glad to hear this from you. I would request you to please share this video with your friends. That's the biggest help & support 😇✌️
@roadtoprogramming88565 жыл бұрын
@@SimpleSnippets With Love from Pakistan
@roadtoprogramming88565 жыл бұрын
@@SimpleSnippets sure why not.
@rashitiwari75954 жыл бұрын
aap bhut mst kam krte ho 👌😂🤩
@abhishekhm.s69452 жыл бұрын
at 20:00 thatt should be vice versa right?
@muzammalhussain48872 жыл бұрын
well explained✌✌
@meghrajfand35314 жыл бұрын
Bro your videos is too much goods so i can easily understand basic concept
@SimpleSnippets4 жыл бұрын
Thank you very much✌️ Please support me by sharing our videos & channel with your friends too. 🤟
@be_calm23724 жыл бұрын
Thnks alot sir,it was really helpfull
@SimpleSnippets4 жыл бұрын
Glad to hear that
@hadiar15733 жыл бұрын
Great videos!
@mohammadminhaziftekhar40743 жыл бұрын
Sir how to delete the objects after unlinking ? (when deleting a node)
@mohammadhaseeb9484 жыл бұрын
sir please explain the use of using dereferencing operator ( ->->)two times?
@animeprogrammer4 жыл бұрын
be more specific, are you asking about pointer-to-pointer?
@chiadong56994 жыл бұрын
it means N(n1) of next which points to next node(n2) before insertion and it becomes n2->previous which access the data member previous pointer in node n2
@somnathmore10823 жыл бұрын
Keep it up
@saketkumar73354 жыл бұрын
Please make videos on swapping nodes and reversing the linked list☺️💐...thanks
@abhaymanas73332 жыл бұрын
Sir in insert Node After we should also include a condition for head== Null
@ujjwalchaudhary5254 жыл бұрын
can we add a node at position first using a specific location function ??
@SimpleSnippets4 жыл бұрын
Yes
@ramasweety61625 жыл бұрын
Hi, may I know what's the software you used in video?
@SimpleSnippets5 жыл бұрын
Smoothdraw 4
@mallipallianusha70204 жыл бұрын
Why are we creating defaault constructor? Isn't parametric costructor not enough?
@SimpleSnippets4 жыл бұрын
Yeah you are correct!
@nitishpankaj2094 жыл бұрын
Sir ,please upload videos on graphs , trees and hash.
@SimpleSnippets4 жыл бұрын
Soon Nitish ✌️
@_rajangupta30914 жыл бұрын
Sir make more videos on linkedList
@expert77 Жыл бұрын
❤
@vishalsangole60013 жыл бұрын
Why u make constructors if u are gonna use them???
@codetackle96623 жыл бұрын
here why we use an extra variable key, i think it increcer line of code and complexity why no t you implement these without int key variable .
@HKShukla4 жыл бұрын
Tysm..🙏🌹
@seharhassan70902 жыл бұрын
some one knows the function o how to reverse these linked lists?? can someone provide me the code?
@Unidimensia7 күн бұрын
Hi I can
@sudeerakesari22085 жыл бұрын
Sir i want trees and Graphics
@SimpleSnippets5 жыл бұрын
Will take time 😇
@vignesha72244 жыл бұрын
Bro when are more videos coming ? Tress hash I am waiting ♥️♥️
@SimpleSnippets4 жыл бұрын
Working on it but it will take quite a lot of time 😇