Explore tweets tagged as #CycleDetection
β
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
4
β
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 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
π 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 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
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 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 2 of #smartertravellive is underway! Meet us today on stand F9! #TrafficMonitoring #CycleDetection #CATraffic
0
2
1
π 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 [157] of #gfg160dayschallenge @geeksforgeeks.π Problem: Find Only Repetitive Element from 1 to n-1.π‘ Key Takeaway: Use Floydβs Cycle Detection or frequency tracking to find the only repeated number in linear time without extra space. #Array #CycleDetection
0
0
0
π #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
#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
Today, I explore bfs, dfs, printallpath, topologicalSort, cycleDetectionInDirected, cycleDetectionInUndirected graph algorithms. #algorithms #dsa #dfs #bfs #printallpath. #topologicalSort #cycleDetection #graph. #rasprogrammer #linkedin #twitter #instagram #facebook
0
0
1
π 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
π Day 71 of #gfg160. Solved: Detect Loop in Linked List π.π§ Tip: If fast == slow β loop exists.π Time: O(n).πΎ Space: O(1).#LinkedList #CycleDetection #geekstreak2025 #Day71Done #gfg160
0
0
0
π 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
π #GFG160 β Day 67: Loop Spotted in the List! π.Solved the Detect Loop in a Linked List problem today β used Floydβs Cycle Detection Algorithm.βοΈ Detect Loop in Linked List.#LinkedList #CycleDetection #FloydsAlgorithm #GeeksforGeeks #100DaysOfCode #geekstreak2025.@geeksforgeeks
1
0
7