Рет қаралды 56,150
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
---------------------------------------------------------------------------------------------
Full DSA playlist - • Introduction to Data S...
Full Code & Theory article - simplesnippets...
C++ Programming Tutorials for Beginners Course - • Introduction to Comput...
Some more applications of Linked List - www.quora.com/...
---------------------------------------------------------------------------------------------
Support Simple Snippets by Donations -
Google Pay UPI ID - tanmaysakpal11@okicici
PayPal - paypal.me/tanmaysakpal11
---------------------------------------------------------------------------------------------
Simple Snippets Official Website -
simplesnippets....
Simple Snippets on Facebook -
/ simplesnippets
Simple Snippets on Instagram -
/ simplesnippets
Simple Snippets on Twitter -
/ simplesnippet
Simple Snippets Google Plus Page -
plus.google.co...
Simple Snippets email ID -
simplesnippetsinfo@gmail.com
For More Technology News, Latest Updates and Blog articles visit our Official Website - simplesnippets....
#dsa #datastructures #linkedlists
#doublylinkedlist #linkedlist #datastructures #algorithms