Starting a new Lecture Notes Series on Data Structures
Youtube Lecture Playlist CreditsChannel Name: Neso Academy
So Let Us Start to This Journey of Learning
Data Structures By Lecture Notes together!
Lecture 1: Introduction to Data Structures
Lecture 2: Data Types vs. Abstract Data Types
Lecture 3: Data Structure Definition & Advantages
Lecture 4: Types of Data Structures
Lecture 5: Basics of Asymptotic Analysis (Part 1)
Lecture 6: Basics of Asymptotic Analysis (Part 2)
Lecture 7: Basics of Asymptotic Analysis (Part 3)
Lecture 8: Basics of Asymptotic Analysis (Part 4)
Lecture 9: Basics of Asymptotic Analysis (Part 5)
Lecture 10: Guidelines for Asymptotic Analysis (Part 1)
Lecture 11: Guidelines for Asymptotic Analysis (Part 2)
Lecture 12: Asymptotic Analysis (Solved Problem 1)
Lecture 13: Asymptotic Analysis (Solved Problem 2)
Lecture 14: Asymptotic Analysis (Solved Problem 3)
Lecture 15: Understanding the Void Pointers
Lecture 16: Understanding the Null Pointers
Lecture 17: Understanding the Dangling Pointers
Lecture 18: Understanding the Wild Pointers
Lecture 19: Basics of Dynamic Memory Allocation
Lecture 20: Dynamic Memory Allocation using malloc()
Lecture 21: Dynamic Memory Allocation using calloc()
Lecture 22: Dynamic Memory Allocation using realloc()
Lecture 24: Structures and Functions (Part 1)
Lecture 25: Structures and Functions (Part 2)
Lecture 26: Structures and Functions (Part 3)
Lecture 27: Structures and Functions (Part 4)
Lecture 28: Structures and Functions (Part 5)
Lecture 29: Structures and Functions (Part 6)
Lecture 30: Self Referential Structures
Lecture 31: Introduction to Linked List
Lecture 33: Creating the Node of a Single Linked List
Lecture 34: Creating a Single Linked List (Part 1)
Lecture 35: Creating a Single Linked List (Part 2)
Lecture 38: Traversing the List (Linked List vs. Arrays)
Lecture 39: Single Linked List (Inserting a Node at the End)
Lecture 49: Single Linked List (Deleting the First Node)
Lecture 50: Single Linked List (Deleting the Last Node)
Lecture 55: Deleting the Entire Single Linked List
Lecture 56: Reverse a Single Linked List
Lecture 57: Singly Linked List (Solved Problem 1)
Lecture 58: Singly Linked List (Solved Problem 2)
Lecture 59: Singly Linked List (Solved Problem 3)
Lecture 60: Singly Linked List (Solved Problem 4)
Lecture 61: Singly Linked List (Solved Problem 5)
Lecture 62: Singly Linked List (Solved Problem 6)
Lecture 63: Rapid Fire Quiz (Singly Linked List)
Lecture 64: Introduction to Doubly Linked List
Lecture 66: Doubly Linked List (Insertion at the Beginning)
Lecture 67: Doubly Linked List (Insertion at the End)
Lecture 70: Creating an Entire Doubly Linked List
Lecture 71: Doubly Linked List (Deleting the First Node)
Lecture 72: Doubly Linked List (Deleting the Last Node)