Linked List in Python
Offered By: Great Learning via YouTube
Course Description
Overview
Dive into a comprehensive 2-hour 24-minute video tutorial on implementing linked lists in Python. Learn about the fundamental concepts of linked lists, including their structure and various types such as singly, doubly, and circular linked lists. Master essential operations like traversal, insertion, and deletion for each type of linked list. Gain hands-on experience with practical demonstrations and step-by-step explanations of implementing these data structures in Python. By the end of this tutorial, develop a strong foundation in linked list concepts and their practical applications in Python programming.
Syllabus
Intro - .
Agenda - .
Linked List - .
Singly Linked List - .
Traversal in SLL - .
Insertion at Beginning in SLL - .
Insertion at End in SLL - .
Insertion at Specified Node in SLL - .
Deletion at Beginning in SLL - .
Deletion at End in SLL - .
Deletion at Specified Node in SLL - .
Doubly Linked List - .
Traversal in DLL - .
Insertion at Beginning in DLL - .
Insertion at End in DLL - .
Insertion at Specified Node in DLL - .
Deletion at Beginning in DLL - .
Deletion at End in DLL - .
Deletion at Specified Node in DLL - .
Circular Linked List - .
Taught by
Great Learning
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera