Doubly Linked Lists
Offered By: Lucid Programming via YouTube
Course Description
Overview
Dive into a comprehensive tutorial on doubly linked lists in Python, covering essential operations such as appending, prepending, inserting nodes before and after existing ones, deleting nodes, reversing the list, removing duplicates, and finding pairs with a given sum. Learn how to implement these fundamental data structure operations efficiently, enhancing your understanding of doubly linked lists and their applications in Python programming.
Syllabus
Data Structures in Python: Doubly Linked Lists -- Append and Prepend.
Data Structures in Python: Doubly Linked Lists -- Add Node Before/After.
Data Structures in Python: Doubly Linked Lists -- Delete Node.
Data Structures in Python: Doubly Linked Lists -- Reverse.
Data Structures in Python: Doubly Linked Lists -- Remove Duplicates.
Data Structures in Python: Doubly Linked Lists -- Pairs with Sum.
Taught by
Lucid programming
Related Courses
Python Data Structures: Linked ListsLinkedIn Learning Data Structures in C++
Udemy Data Structures in Java for Noobs (Lite Edition)
Udemy Easy to Advanced Data Structures
Udemy Linked List Data Structure using Python
Udemy