- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Lecture 91 :Circular Linked List: Detect Loop in Linked List || Find Length of Loop
🔗 Practice Problems:
GeeksforGeeks - Detect Loop in Linked List - https://www.geeksforgeeks.org/problems/detect-loop-in-linked-list/1?utm_source=geeksforgeeks&utm_medium=article_practice_tab&utm_campaign=article_practice_tab
GeeksforGeeks - Find Length of Loop - https://www.geeksforgeeks.org/problems/find-length-of-loop/1?utm_source=geeksforgeeks&utm_medium=article_practice_tab&utm_campaign=article_practice_tab
GeeksforGeeks - Remove Loop in Linked List - https://www.geeksforgeeks.org/problems/remove-loop-in-linked-list/1?utm_source=geeksforgeeks&utm_medium=article_practice_tab&utm_campaign=article_practice_tab
-------------------------------------------------------------------------------------------------------------------------
📚 Topics Covered:
✅ Understanding Circular Linked List
✅ Problem 1 - Detect Loop in Linked List
✅ Code Part - Detect Loop in Linked List
✅ Solving Time Limit Exceeded/Time Complexity
✅ Understanding Unordered Map
✅ Method 2 - Detect Loop in Linked List using Unordered Map
✅ Code Part - Method 2 - Detect Loop in Linked List using Unordered Map
✅ Method 3 - Detect Loop in Linked List using Slow and Fast Pointer in Space complexity O(1)
✅ Problem 2 - Find Length of Loop using slow and fast pointer
✅ Code Part - Find Length of Loop using slow and fast pointer
✅ Problem 3 - Detect & Remove Loop / Home work
-------------------------------------------------------------------------------------------------------------------------------
🎯 Learn Multiple Approaches:
- Brute Force Method with Time Complexity Analysis
- Hashing Approach using Unordered Map
- Floyd's Cycle Detection Algorithm (Tortoise and Hare Method) with O(1) Space Complexity
-------------------------------------------------------------------------------------------------------------------------------
💡 Key Concepts:
This tutorial covers loop detection in linked lists using slow and fast pointer technique, unordered map implementation, and optimizing space complexity to O(1). Perfect for placements, coding interviews, and competitive programming preparation.
-------------------------------------------------------------------------------------------------------------------------------
👨💻 Who Should Watch:
- CSE Students preparing for placements
- Software Engineering Interview Preparation
- DSA Learners (Beginner to Intermediate)
- Competitive Programming Enthusiasts
-------------------------------------------------------------------------------------------------------------------------------
#CircularLinkedList #DetectLoop #LinkedList #CodingInterview #SlowFastPointer #UnorderedMap
---------------------------------------------------------------------------------
Resource Use :-
https://amzn.to/3PgWlx1
https://amzn.to/4gC5oVc
https://amzn.to/40g5Xhy
https://amzn.to/4gYitb7
DSA Course for free
C++ Free Course
Sunfire Sensei DSA Course C++
Sunfire Sensei DSA Course c++
Github Link :-https://github.com/ankitpathak62/DSA-in-CPP-Sunfire-Sensei
💪🌟 #DSA #katomekichi62 #sunfiresensei #themomentjourney #CPlusPlus ##DSA #ankitpathak #DataStructures #Algorithms #C++Programming #CompetitiveProgramming #Coding #CppDSA #CppTutorial #DSAPlacementSeries #LearnCpp #CodingForBeginners #CppProgramming #InterviewPrep #FAANGPreparation #sunfiresensei
►Learn in One Video :
HTML : https://youtu.be/n-NJ73-S7VQ
CSS : https://youtu.be/yUknDu92Wao
JS : https://youtu.be/yWn4-Lb0CWI
Tailwindcss : https://youtu.be/rFKGpsJWdGA
Git & Github : https://youtu.be/mNx9m-X-r_c
React & Redux Complete Course : https://youtu.be/feDFAet_eps
Node.js Full Course : https://youtu.be/SqcZWZL7byY
►Playlist :
Complete HTML : https://www.youtube.com/playlist?list=PLMLLbuGXs6F501EUh3vXSZ5NiZu4COUmP
Complete CSS : https://www.youtube.com/playlist?list=PLMLLbuGXs6F7xttYrPBPx8QY5ER9toL2q
Complete JS : https://www.youtube.com/playlist?list=PLMLLbuGXs6F4yOj_h7-ivrBCEeFLOU2v3
Complete Full Stack web development : https://www.youtube.com/playlist?list=PLMLLbuGXs6F4DfBeFI1sAyI85SdRCv7-H
Complete React Js Tutorials in Hindi (2024) : https://www.youtube.com/playlist?list=PLMLLbuGXs6F5IOzi1eJ10Z2KITWGb9Wo0
Complete Node Js Tutorials in Hindi (2024) : https://www.youtube.com/playlist?list=PLMLLbuGXs6F77XExWCL200VXtQyTbjzHD
All Projects : https://www.youtube.com/playlist?list=PLMLLbuGXs6F4WvNKh8QRLngMPDzUvv9sm
📢 Connect with me:
-Instagram Official Account : https://www.instagram.com/sunfiresensei/
- LinkedIn: https://www.linkedin.com/in/ankitpathak62/
-Github: https://github.com/ankitpathak62
-Vlogs: https://www.youtube.com/watch?v=XKC6XnIpWMM&ab_channel=TheMomentJourney
- My Second Channel: @themomentjourney
Видео Lecture 91 :Circular Linked List: Detect Loop in Linked List || Find Length of Loop канала Sunfire Sensei
GeeksforGeeks - Detect Loop in Linked List - https://www.geeksforgeeks.org/problems/detect-loop-in-linked-list/1?utm_source=geeksforgeeks&utm_medium=article_practice_tab&utm_campaign=article_practice_tab
GeeksforGeeks - Find Length of Loop - https://www.geeksforgeeks.org/problems/find-length-of-loop/1?utm_source=geeksforgeeks&utm_medium=article_practice_tab&utm_campaign=article_practice_tab
GeeksforGeeks - Remove Loop in Linked List - https://www.geeksforgeeks.org/problems/remove-loop-in-linked-list/1?utm_source=geeksforgeeks&utm_medium=article_practice_tab&utm_campaign=article_practice_tab
-------------------------------------------------------------------------------------------------------------------------
📚 Topics Covered:
✅ Understanding Circular Linked List
✅ Problem 1 - Detect Loop in Linked List
✅ Code Part - Detect Loop in Linked List
✅ Solving Time Limit Exceeded/Time Complexity
✅ Understanding Unordered Map
✅ Method 2 - Detect Loop in Linked List using Unordered Map
✅ Code Part - Method 2 - Detect Loop in Linked List using Unordered Map
✅ Method 3 - Detect Loop in Linked List using Slow and Fast Pointer in Space complexity O(1)
✅ Problem 2 - Find Length of Loop using slow and fast pointer
✅ Code Part - Find Length of Loop using slow and fast pointer
✅ Problem 3 - Detect & Remove Loop / Home work
-------------------------------------------------------------------------------------------------------------------------------
🎯 Learn Multiple Approaches:
- Brute Force Method with Time Complexity Analysis
- Hashing Approach using Unordered Map
- Floyd's Cycle Detection Algorithm (Tortoise and Hare Method) with O(1) Space Complexity
-------------------------------------------------------------------------------------------------------------------------------
💡 Key Concepts:
This tutorial covers loop detection in linked lists using slow and fast pointer technique, unordered map implementation, and optimizing space complexity to O(1). Perfect for placements, coding interviews, and competitive programming preparation.
-------------------------------------------------------------------------------------------------------------------------------
👨💻 Who Should Watch:
- CSE Students preparing for placements
- Software Engineering Interview Preparation
- DSA Learners (Beginner to Intermediate)
- Competitive Programming Enthusiasts
-------------------------------------------------------------------------------------------------------------------------------
#CircularLinkedList #DetectLoop #LinkedList #CodingInterview #SlowFastPointer #UnorderedMap
---------------------------------------------------------------------------------
Resource Use :-
https://amzn.to/3PgWlx1
https://amzn.to/4gC5oVc
https://amzn.to/40g5Xhy
https://amzn.to/4gYitb7
DSA Course for free
C++ Free Course
Sunfire Sensei DSA Course C++
Sunfire Sensei DSA Course c++
Github Link :-https://github.com/ankitpathak62/DSA-in-CPP-Sunfire-Sensei
💪🌟 #DSA #katomekichi62 #sunfiresensei #themomentjourney #CPlusPlus ##DSA #ankitpathak #DataStructures #Algorithms #C++Programming #CompetitiveProgramming #Coding #CppDSA #CppTutorial #DSAPlacementSeries #LearnCpp #CodingForBeginners #CppProgramming #InterviewPrep #FAANGPreparation #sunfiresensei
►Learn in One Video :
HTML : https://youtu.be/n-NJ73-S7VQ
CSS : https://youtu.be/yUknDu92Wao
JS : https://youtu.be/yWn4-Lb0CWI
Tailwindcss : https://youtu.be/rFKGpsJWdGA
Git & Github : https://youtu.be/mNx9m-X-r_c
React & Redux Complete Course : https://youtu.be/feDFAet_eps
Node.js Full Course : https://youtu.be/SqcZWZL7byY
►Playlist :
Complete HTML : https://www.youtube.com/playlist?list=PLMLLbuGXs6F501EUh3vXSZ5NiZu4COUmP
Complete CSS : https://www.youtube.com/playlist?list=PLMLLbuGXs6F7xttYrPBPx8QY5ER9toL2q
Complete JS : https://www.youtube.com/playlist?list=PLMLLbuGXs6F4yOj_h7-ivrBCEeFLOU2v3
Complete Full Stack web development : https://www.youtube.com/playlist?list=PLMLLbuGXs6F4DfBeFI1sAyI85SdRCv7-H
Complete React Js Tutorials in Hindi (2024) : https://www.youtube.com/playlist?list=PLMLLbuGXs6F5IOzi1eJ10Z2KITWGb9Wo0
Complete Node Js Tutorials in Hindi (2024) : https://www.youtube.com/playlist?list=PLMLLbuGXs6F77XExWCL200VXtQyTbjzHD
All Projects : https://www.youtube.com/playlist?list=PLMLLbuGXs6F4WvNKh8QRLngMPDzUvv9sm
📢 Connect with me:
-Instagram Official Account : https://www.instagram.com/sunfiresensei/
- LinkedIn: https://www.linkedin.com/in/ankitpathak62/
-Github: https://github.com/ankitpathak62
-Vlogs: https://www.youtube.com/watch?v=XKC6XnIpWMM&ab_channel=TheMomentJourney
- My Second Channel: @themomentjourney
Видео Lecture 91 :Circular Linked List: Detect Loop in Linked List || Find Length of Loop канала Sunfire Sensei
Circular Linked List Detect Loop in Linked List Find Length of Loop Remove Loop Floyd's Cycle Detection Slow Fast Pointer Tortoise Hare Algorithm Unordered Map C++ DSA Tutorial Data Structures in C++ Linked List Problems GeeksforGeeks Solutions Coding Interview Preparation Time Complexity Optimization Space Complexity O(1) algorithms computer science sunfire sensei sunfire sensei jarvis linked list in java linked list linkedlist
Комментарии отсутствуют
Информация о видео
13 ноября 2025 г. 18:46:06
00:40:52
Другие видео канала















![Complete Binary Search Explained in 1 Video [Theory + Code] || Best/Worst Case Complexity || DSA](https://i.ytimg.com/vi/tTyHcdIcWuw/default.jpg)




