Search results for #FloydsAlgorithm
š Last week ā DSA with @rohit_negi9 Deep dive into Linked Lists with Slow & Fast Pointers (Floydās Algorithm)! Solved: š Detect Loop š Loop Length āļø Remove Loop š Intersection Point ā Add Two Numbers #DSAwithRohitNegi #DaysWithCode #DSA #FloydsAlgorithm #LinkedList
Iām learning that true progress is intentional, not accidental. #90DaysOfGrind #DSA #FloydsAlgorithm #TortoiseAndHare #LinkedListCycle #MindsetShift #TechJourney #CodeAndCharacter #LearningInPublic
š 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
š 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
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
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
š§ 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
š #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
š 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
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
š 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
ā 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
š 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 š
š 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
š 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
š Just discovered Floydās Cycle Detection Algorithm ā a game-changer for linked lists! š Detect loops, find start nodes, and remove loops effortlessly. #Algorithms #LinkedLists #FloydsAlgorithm #leetcode
Finally mastered #FloydsAlgorithm #mathematics #algorithms #mindfuck