Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Linked List Questions - Reverse in K Group and Check if Circular
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Question 1 - Reverse LL in k order
- 3 - Promotion
- 4 - Approach
- 5 - Algorithm
- 6 - Dry Run
- 7 - Code
- 8 - Dry Run again
- 9 - Time and Space Complexity of Approach
- 10 - Question 2 - Circular List or Not
- 11 - Approach #1
- 12 - Code
- 13 - Time and Space Complexity of Approach #1
- 14 - Approach #2
- 15 - Time and Space Complexity of Approach #2
- 16 - Homework