Doubly Linked List Data Structure with all Operations & Algorithm | Part 1 | DSA

preview_player
Показать описание
In this video tutorial we will understand the working of Doubly Linked List & see all operations of doubly Linked List. We will study how Doubly Linked List works and see exactly what happens in the memory when we perform the singly linked list operations.
We will also understand the approach that we will be using in our implementation by taking a brief explanation of the code snippet which will write in the next video (Part - 2) of this topic.
Following are the standard Linked List Operations -
1. Traversing a linked list.
2. Append a new node (to the end) of a list
3. Prepend a new node (to the beginning) of the list
4. Inserting a new node to a specific position on the list
5. Deleting a node from the list
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Support Simple Snippets by Donations -
---------------------------------------------------------------------------------------------
Simple Snippets Official Website -
Simple Snippets on Facebook -
Simple Snippets on Instagram -
Simple Snippets on Twitter -
Simple Snippets Google Plus Page -
Simple Snippets email ID -

#dsa #datastructures #linkedlists

#doublylinkedlist #linkedlist #datastructures #algorithms
Рекомендации по теме
Комментарии
Автор

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 ✌

SimpleSnippets
Автор

At Feb 1 my final exam will start
And the first paper is DSA your video help me alot
Thanks buddy
Respect from 🇵🇰

thedreams
Автор

Thank you so much, bro so many days of I try to understand doubly linked list, I finally understand how doubly linked list work...Thanks so much again😊

vaibhavchauhan
Автор

Complex stuffs with simple explanations.
Amazing buddy

nafisahmed
Автор

Wow Finally !
Waited for Data Structure videos for so long

manish-mk
Автор

backtoback from how much i love ur videos

rajashrivastava
Автор

because of pandemic my prof can't teach properly about DS. but videos i really understand and implement the DS thanks to you

johnpaulbancayrin
Автор

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✌️🙏

adityamahilane
Автор

You've put into hell lot of efforts, I discovered this precious playlist before 1 week of my semester😭

vidhuran
Автор

Great job man !!!
Keep it up and please complete the course in this lockdown

anujdubey
Автор

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....

pratikdhame
Автор

Thanks Bro Today I got saved by Your Video otherwise bari bisti honi thi.

roadtoprogramming
Автор

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!

abcdddddd
Автор

Bro your videos is too much goods so i can easily understand basic concept

meghrajfand
Автор

Sir how to delete the objects after unlinking ? (when deleting a node)

mohammadminhaziftekhar
Автор

26:49 the last step is N->next = new_n

madhav
Автор

Please make videos on swapping nodes and reversing the linked list☺️💐...thanks

saketkumar
Автор

Thnks alot sir, it was really helpfull

be_calm
Автор

Sir in insert Node After we should also include a condition for head== Null

abhaymanas
Автор

sir please explain the use of using dereferencing operator ( ->->)two times?

mohammadhaseeb