Explore tweets tagged as #FloydsAlgorithm
@KhanKamranAlwi
Kamran Khan Alwi
2 months
🧡 DAY 18/40 – #DSA40.🧠 Topic: Cycle Detection (Floyd’s Algorithm).Today’s Leetcode grind:.πŸ”Ή #141 – Linked List Cycle.πŸ”Ή #287 – Find the Duplicate Number. Let’s break it down πŸ‘‡.#LinkedList #FloydsAlgorithm #Leetcode #DSA #Python
Tweet media one
Tweet media two
1
0
2
@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
@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 73 of #GFG160DaysOfCode πŸ”„.Solved: Remove loop in a Linked List πŸ”.β†’ Time: O(n), Space: O(1).#Python #LinkedList #RemoveLoop #FloydsAlgorithm #DSA #CodingChallenge
Tweet media one
0
0
0
@Jeeteshwar07
Jeeteshwar
1 month
Day 71 of my GFG 160 journey β€” solved β€œDetect Loop in Linked List”! πŸ”πŸš¨.Floyd’s Cycle Detection to the rescue β€” fast meets slow and logic wins! 🧠🏁.#Day71 #LoopDetection #FloydsAlgorithm #LinkedListContinues #gfg160 #geekstreak2025 @geeksforgeeks
Tweet media one
0
0
0
@Sairamgoli07
Sai Ram
1 month
Day 72 of #GFG160DaysOfCode πŸ”„.Solved: Find the first node of the loop in a Linked List .#Python #LinkedList #CycleStart #FloydsAlgorithm #DSA #CodingChallenge
Tweet media one
0
0
0
@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
@KrakenNakul
Nakul
1 month
Day 72 of #gfg160 #geekstreak2025:.Loop found. but where did it begin? πŸ”πŸ’« Traced the first node of the cycle using Floyd’s magic step-by-step!.#LinkedList #CycleStart #FloydsAlgorithm #DSA #GeekStreak2025
Tweet media one
Tweet media two
0
0
0
@DeveshR1818
Devesh Rajput
9 days
πŸ“… Day 19/100 of #100DaysOfCode.βœ… Solved: LeetCode – "Linked List Cycle II".πŸ’‘ Topic: LL, Two Pointers.🧠 Learning: Used slow & fast pointers to detect the cycle. Reset one find cycle's entry point O(n).#LeetCode #DSA #TwoPointers #FloydsAlgorithm #TechTwitter #BuildInPublic
Tweet media one
Tweet media two
Tweet media three
1
0
11
@ManiyaVed
Ved Maniya
1 month
🧠 Day 72 of the #gfg160 DSA Challenge!. πŸ“Œ Problem: Find the first node of the loop in a linked list if there is a cycle. βš™οΈ Time Complexity: O(n).🧠 Space Complexity: O(1).#GeekStreak2025 #CycleDetection #FloydsAlgorithm #LinkedList
Tweet media one
0
0
0
@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
@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
@DebangshuM07
Debangshu Mukherjee
1 month
πŸ“ Day 72 of 160 Days of Coding #gfg160 #geekstreak2025.🎯 Problem: First Node of Loop in Linked List.Floyd’s algorithm once again! 🐒 meets πŸ‡ β€” then trace back to loop's start. Cycle detected βœ… Starting point found πŸ”„.@geeksforgeeks #DSA #LinkedList #FloydsAlgorithm
Tweet media one
0
0
0
@KrakenNakul
Nakul
1 month
Day 71 of #gfg160 #geekstreak2025:.Caught in a cycle? πŸ”„ Used Floyd’s Tortoise & Hare to sniff out loops in linked lists. No node escapes! πŸ•΅οΈβ€β™‚οΈ.#LinkedList #LoopDetection #FloydsAlgorithm #CycleCheck #DSA #GeekStreak2025
Tweet media one
Tweet media two
0
0
0
@aditya_7989
aditya prajapati
3 months
πŸ“…Day 28 of #GFG160. Today's challenge: πŸ” Detect Loop in a Linked List!.Used Floyd’s Cycle Detection πŸ’πŸ‡ to spot and measure loops efficiently!.Mastering pointers like a pro πŸ‘¨β€πŸ’».@geeksforgeeks.#GFG160 #GeekStreak2025 #LinkedList #FloydsAlgorithm #DSAJourney πŸš€
Tweet media one
Tweet media two
0
0
1
@LuciferSam__
Nazish
12 years
0
0
0
@_Shiv_Singh
Shiv Singh
1 month
πŸ“… Day 12/100 – #100DaysOfCode of #NamasteDSA by @akshaymarch7.Solved Linked List Cycle problem πŸ”. βœ… Approaches:.πŸ”Ή HashMap – easy & clear.πŸ”Ή Floyd’s Algorithm πŸ’πŸ‡ – fast & elegant. Practiced on @LeetCode, getting sharper with pointers!. #DSA #CodingJourney #FloydsAlgorithm.
0
0
2
@HasanZaigam
Hasan Zaigam | Cryptoholic_Soc
2 months
βœ… Same result, just different flavours of logic!. Love how clean logic can have multiple styles ❀️. Thanks @kunalstwt for always inspiring us with such crystal-clear DSA breakdowns πŸ™Œ. #Java #DSA #CodeWithKK #FloydsAlgorithm #Coding.
0
0
0
@jaiswal_su37631
Sujal Jaiswal
1 year
Day 62: Delved into the intricacies of detecting loop cycles, starting heads, and removing loops in linked lists with Floyd's algorithm. πŸ”„ Also, expanded my knowledge of functions and methods in JavaScript, enhancing my programming proficiency. πŸ’ΌπŸ’» #FloydsAlgorithm #JavaScript.
0
0
1
@mdslmn68
md salman
2 years
πŸš€ Just cracked an interesting algorithm today! πŸ’‘ Used Floyd's Cycle Detection Algorithm to find duplicates in arrays. πŸ”„ Check my solution on GitHub: [. #Algorithms #Coding #ProblemSolving #GitHub #FloydsAlgorithm #CodeNewbie.
0
0
1