Double Linked List - Data Structures
Offered By: Sundeep Saradhi Kanthety via YouTube
Course Description
Overview
Learn to implement a double linked list data structure in this comprehensive tutorial. Explore the fundamental concepts of double linked lists, including their structure with prev, data, and next fields. Master the creation process, writing nodes, displaying the list, and printing data. Gain hands-on experience with practical examples and step-by-step guidance on implementing these essential operations for double linked lists in data structures.
Syllabus
Introduction
Create
Write
Display
Print Data
Taught by
Sundeep Saradhi Kanthety
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera