Explore tweets tagged as #cycleDetection
@YashPor22727500
Yash Porwal
7 days
βœ… Day 12 of #100DaysOfCode.Solved "Linked List Cycle" on LeetCode using Floyd’s Cycle Detection Algorithm πŸ’πŸ‡.#LeetCode #Python #DSA #LinkedList #CycleDetection #ProblemSolving #CodingPractice #vitbhopal #DrGVishwanathan #100DaysChallenge #CodingJourney
Tweet media one
0
0
10
@YashPor22727500
Yash Porwal
4 days
βœ… Day 14 of #100DaysOfCode.Solved "Linked List Cycle II" πŸŒ€ on LeetCode using Floyd’s Tortoise and Hare algorithm!.#LeetCode #Python #DSA #CycleDetection #LinkedList #FloydAlgorithm #CodingPractice #vitbhopal #DrGVishwanathan #100DaysChallenge #CodingJourney
Tweet media one
1
0
14
@Tripathi_2022_
Mayank Tripathi
1 month
πŸš€ Day 73/160 of GFG DSA Challenge.Solved: Find the First Node of Loop in a Linked List πŸ”.✨ Used Floyd’s Cycle Detection (Tortoise & Hare).πŸ•’ Time: O(N) |β€ƒπŸ”§ Space: O(1).#DSA #LinkedList #CycleDetection #FloydAlgo #GFG160 #160DaysOfCode #CodingChallenge #CPlusPlus
Tweet media one
0
0
0
@codec_one1
Codec1
1 year
Detecting and Removing Cycles.πŸ”„ Linked Lists with a twist! Detecting and removing cycles is a crucial skill. Example: Detecting a cycle in a linked list using Floyd's Tortoise and Hare algorithm in Java. πŸ”„πŸ•΅οΈβ€β™‚οΈ #CycleDetection #JavaCoding
Tweet media one
1
0
0
@CA_Traffic
CA Traffic
9 years
Day 2 of #smartertravellive is underway! Meet us today on stand F9! #TrafficMonitoring #CycleDetection #CATraffic
Tweet media one
0
2
1
@BeginnerPro27
BeginnerProgrammer
6 months
🌟 Day 47: Java Journey πŸš€.Solved LeetCode Problem #802: Find Eventual Safe States in Java! Used reverse graph traversal and topological sorting. Thanks to Apna College for the guidance! ✨.#Java #LeetCode #GraphTheory #CycleDetection #TopologicalSort #100DaysOfCode #ApnaCollege
0
0
2
@ad_ars_h
Adarsh singh
1 year
Q 55 of 100: Detect a cycle in a directed graph. #coding #gfg #cycledetection
Tweet media one
0
0
1
@khushalmajoka
Khushal Majoka
6 months
🌟 Day 72 of #geekstreak2024!. Find the First Node of Loop in Linked List. Hint: Use Floyd’s Cycle Detection, reset one pointer to head when a loop is detected, and move both pointers one step at a time. #gfg160 #LinkedList #CycleDetection #FloydsAlgorithm
Tweet media one
0
0
29
@Mohd_Saqib_
Mohd Saqib
7 months
πŸš€ Day 159 of #180DaysOfCoding πŸš€. Here's what I worked on:.βœ… Cycle Detection in Directed Graph (DFS).βœ… Cycle Detection in Directed Graph (BFS).βœ… Course Schedule I (BFS). #DSA #Graphs #DFS #DFS #CycleDetection #CourseSchedule #100DaysOfCode #leetcode #GFG #letsconnect #connect
Tweet media one
Tweet media two
Tweet media three
0
0
1
@Satyasandhya__
Satyasandhya Biswal
6 days
βœ… Solved 141. Linked List Cycle today using both Hash Map and Floyd’s Cycle Detection Algorithm. Great practice for detecting loops in linked lists efficiently! πŸ”—. #DSA #LinkedList #FloydAlgorithm #CycleDetection #LeetCode @ChaiCodeHQ @PrateekJain027 @Hiteshdotcom
Tweet media one
0
1
8
@khushalmajoka
Khushal Majoka
6 months
🌟 Day 71 of #geekstreak2024!. Detect Loop in Linked List. Hint: Use two pointers (slow and fast). If they meet, a loop exists; otherwise, no loop. #gfg160 #LinkedList #CycleDetection #FloydsAlgorithm
Tweet media one
0
0
12
@Sairamgoli07
Sai Ram
1 month
Day 71 of #GFG160DaysOfCode πŸ”.Solved: Detect Loop in a Linked List using Floyd’s Cycle Detection Algorithm. β†’ Two pointers (slow & fast) – if they meet, there’s a loop!.β†’ Time: O(n), Space: O(1).#Python #LinkedList #FloydsAlgorithm #CycleDetection #DSA #CodingChallenge
Tweet media one
0
0
0
@ChetanS04065015
Chetan Singh
1 month
πŸ“Œ Day 72 of #gfg160. Solved: First Node of Loop in Linked List πŸ”.➀ After detecting loop, reset slow to head.➀ Move both slow & fast one step until they meet β€” that’s the loop start 🎯.πŸ•’ Time: O(n).πŸ’Ύ Space: O(1).#LinkedList #CycleDetection #geekstreak2025 #Day72Done #gfg160
Tweet media one
0
0
0
@znn57833953
znn
5 years
#day3.”C” for Cycle Detection in a Linked List.β€œL” for Linked List.I know L!=C+1 but sometimes we have to skip some roads to reach our destination. linkedin : github : #100DaysOfCode #znnkaregacode #cpp #CycleDetection #LinkedList
Tweet media one
0
3
1
@Dawn_of_Death
Stranger
9 months
Day 25 of 365 DSA Challenge.Solved "Linked List Cycle"! πŸ”„. Approach: Use two pointers (slow and fast). If they meet, there is a cycle. Complexity:.Time: O(n).Space: O(1). #365DSAChallenge #LinkedList #CycleDetection #Day25
Tweet media one
0
0
2
@CA_Traffic
CA Traffic
9 years
Join us @CurveLeicester for #cyclecityactivecity today! We are all set to go, stand A3 #cycledetection #CATraffic
Tweet media one
0
0
1
@Prontent11
Yash Yadao
2 months
Solved 3551. Minimum Swaps to Sort by Digit Sum πŸ”πŸ”’.Grouped by digit sum, then used cycle detection to compute swaps β€” classic greedy + graph trick πŸ‘Š.Super satisfying once it clicks!.#LeetCode #100DaysOfDSA #CycleDetection #Greedy #LearnInPublic #ProblemSolving.
0
0
3
@YojitKataria
yojit kataria
1 month
πŸš€ #GFG160 – Day 68: Loops Located & Eliminated! πŸ”βœ‚οΈ.Solved Find the First Node of the Loop and Remove Loop in Linked List problems today .βœ”οΈ First Node of Loop.βœ”οΈ Remove Loop in Linked List.#LinkedList #CycleDetection #GeeksforGeeks #100DaysOfCode #geekstreak2025.@geeksforgeeks
Tweet media one
Tweet media two
0
0
6
@learner_dinesh
Dinesh Bhardwaj
9 months
πŸš€ DSA Learning Update! πŸš€. Just finished Lecture 88 & 89 of the Love Babbar DSA Series! πŸ™Œ. Covered Cycle Detection:. Undirected Graphs: BFS & DFS. Directed Graphs: DFS. Excited to keep building on these skills! πŸ’»βœ¨. #DSA #GraphAlgorithms #CycleDetection #LoveBabbarDSA #Cpp
Tweet media one
Tweet media two
Tweet media three
0
0
1
@DebangshuM07
Debangshu Mukherjee
1 month
πŸ“ Day 71 of 160 Days of Coding #gfg160 #geekstreak2025.🎯 Problem: Detect Loop in Linked List.Used Floyd’s Cycle Detection Algorithm πŸ’πŸ‡ to check for loops in constant space!.Fast & slow pointers never lie!.@geeksforgeeks #DSA #LinkedList #CycleDetection #FloydsAlgorithm
Tweet media one
0
0
0