Explore tweets tagged as #CycleDetection
@Satyasandhya__
Satyasandhya Biswal
6 hours
βœ… 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
4
@YashPor22727500
Yash Porwal
1 day
βœ… 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
@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
@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
@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
@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
@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
@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
@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
@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
@vik_7_
Vikas Shukla
2 months
πŸš€ 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
Tweet media one
0
0
0
@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
@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
@rasprogrammer
RAJEEV KUMAR
11 months
Today, I explore bfs, dfs, printallpath, topologicalSort, cycleDetectionInDirected, cycleDetectionInUndirected graph algorithms. #algorithms #dsa #dfs #bfs #printallpath. #topologicalSort #cycleDetection #graph. #rasprogrammer #linkedin #twitter #instagram #facebook
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
1
@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
@ChetanS04065015
Chetan Singh
1 month
πŸ“Œ 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
Tweet media one
0
0
0
@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
@YojitKataria
yojit kataria
1 month
πŸš€ #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
Tweet media one
1
0
7