Explore tweets tagged as #cycleDetection
β
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
0
0
10
β
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
1
0
14
π 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
0
0
0
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
1
0
0
Day 2 of #smartertravellive is underway! Meet us today on stand F9! #TrafficMonitoring #CycleDetection #CATraffic
0
2
1
π 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
π 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
0
0
29
π 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
0
0
1
β
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
0
1
8
π 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
0
0
12
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
0
0
0
π 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
0
0
0
#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
0
3
1
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
0
0
2
Join us @CurveLeicester for #cyclecityactivecity today! We are all set to go, stand A3 #cycledetection #CATraffic
0
0
1
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
π #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
0
0
6
π 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
0
0
1
π 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
0
0
0