Linked List and Its Types - Singly, Doubly, Circular Etc.
Offered By: CodeHelp - by Babbar via YouTube
Course Description
Overview
Dive into a comprehensive video tutorial on linked lists and their various types, including singly linked, doubly linked, and circular linked lists. Learn the fundamentals, advantages, and implementation details of these data structures. Explore insertion and deletion operations for each type, with step-by-step code demonstrations. Gain practical insights into when and why to use linked lists over dynamic arrays or vectors. Follow along with hands-on coding examples, and benefit from detailed explanations of complex concepts. By the end of this in-depth session, master the intricacies of linked list implementations and their applications in software development.
Syllabus
- Introduction
- why Linked List ?
- Promotion
- Linked List vs Dynamic Array or Vector
- Advantages of Linked List
- Singly Linked List
- Implementation/Code
- InsertAtHead
- Insertion at Head Code
- InsertAtTail
- Insertion at Tail Code
- InsertInMiddle
- Insertion in Middle Code
- Deletion
- Deletion Code
- Doubly Linked List
- Insertion At Head Code
- Insertion At Tail Code
- Insertion at any Position
- Correction
- Deletion of Node in DLL Implementation
- Circular Linked List
- Insert Node in CLL
- Insertion Code
- Traversal Code
- Deletion Code
- Homework
Taught by
CodeHelp - by Babbar
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