Completed
Lecture 44: Linked List & its types - Singly, Doubly, Circular etc.
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Linked List and its Types - Singly, Doubly, Circular with Implementation and Problems
Automatically move to the next video in the Classroom when playback concludes
- 1 Lecture 44: Linked List & its types - Singly, Doubly, Circular etc.
- 2 Lecture 45: Linked List Questions: Reverse LL and find Middle of LL
- 3 Lecture 46: Linked List Questions: Reverse LL in "K group" && Check LL is Circular or not
- 4 Lecture47: Detect & Remove Loop in Linked List [Approach Discussion + Optimised Implementation]
- 5 Lecture 48: Remove Duplicates from a Sorted/UnSorted Linked List
- 6 Lecture 49: Merge 2 Sorted Linked Lists || Sort 0s, 1s and 2s in Linked List
- 7 Lecture 50: Check Palindrome in Linked List || C++ Placement Course
- 8 Lecture 51: Add 2 Numbers represented by Linked Lists || C++ Placement Course
- 9 Lecture 52: Clone a Linked List with Random Pointers || C++ Placement Course
- 10 Lecture 53: Merge Sort in Linked List [ Theory + Implementation ]