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
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera