Explore tweets tagged as #FloydAlgorithm
Cycle Detection of A Linked List in JavaScript - https://t.co/bGoYKzcB9p
#algorithms #floydalgorithm #javascript #linkedlists #programming
0
1
0
🧩Linked List Cycle Series is out now on DkodeTree! Detect a cycle (LeetCode 141) & find its start (LeetCode 142) with Floyd’s Tortoise & Hare! Clean visual explanations + math backed logic💡 https://t.co/xmOV3ZXfQF
https://t.co/zbdQX2jq1P
#dkodetree #leetcode #floydalgorithm
0
0
0
✅ 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 221 - DSA Challenge Update 🔹 #gfg160 Day 157: Find the Only Repeating Element from 1 to n-1 ✅ 📌 Solved using Floyd's Tortoise and Hare (Cycle Detection) method in O(n) time and O(1) . #CycleDetection #FloydAlgorithm #DSAChallenge #gfg160 #GeekStreak2024
@geeksforgeeks
0
0
3
✨ GFG 160 – Day 71 📍 Problem: Detect Loop in Linked List 🧠 Approach: Implemented Floyd’s Cycle Detection (Tortoise & Hare) to efficiently detect cycles with constant space. ⏱️ TC: O(N) | SC: O(1) #gfg160 #LinkedList #FloydAlgorithm #DSAChallenge #Python #geekstreak2025
0
0
6
📅 Day 34 of #GFG160 Today's challenge: Find Length of Loop in Linked List! 🔄🔗 Detect a loop and determine its length using Floyd’s Cycle Detection Algorithm (Tortoise & Hare). @geeksforgeeks
#gfg160 #geekstreak2025 #LinkedList #CycleDetection #FloydAlgorithm
0
0
0
✅ 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
Detect a loop in a linked list & count its length using Floyd’s Cycle Detection Algorithm! Use slow & fast pointers If they meet, loop exists Count nodes from meeting point #gfgpotd #LinkedList #DSA #Python #FloydAlgorithm #geekstreak2025 #gfg160 #womenintech #100DaysOfCode
0
0
0
0
0
2
0
0
1
✨ #99DaysOfDSA – Day 6 Today's learning: • Floyd’s Cycle Detection Algorithm (Tortoise–Hare) • Detecting a cycle in a linked list (LeetCode 142) • Finding the length of a loop in a Linked List Understanding cycles = smoother problem 🚀 #DSA #LinkedList #FloydAlgorithm
0
0
0
0
0
1
#Day73 of #100DaysOfCode 🚀 🔗 Remove Loop in a Linked List ✅ Used Floyd’s Cycle Detection to find the loop. ✅ Once detected, broke the cycle by modifying the pointer. ✅ Time Complexity: O(N) #LinkedList #CycleRemoval #C++ #FloydAlgorithm #CodingChallenge
1
0
3
#Day72 of #100DaysOfCode 🚀 🔗 Find the First Node of Loop in a Linked List ✅ Used Floyd’s Cycle Detection to detect the loop. ✅ Time Complexity: O(N) | Space Complexity: O(1) #LinkedList #CycleDetection #C++ #FloydAlgorithm #CodingChallenge
0
0
1
#Day71 of #100DaysOfCode 🚀 💡 Approach Used: 1️⃣ Use two pointers (slow & fast). 2️⃣ Move slow by one step and fast by two steps. 3️⃣ If they meet, a loop exists. 4️⃣ If fast reaches nullptr, no loop exists. #LinkedList #CycleDetection #FloydAlgorithm #C++ #CodingChallenge
0
0
1
📅 Day 32 of #gfg160 #geekstreak2025 🔍 Problem: Detect Loop in Linked List 🧠 Concept: Floyd’s Cycle Detection Algorithm (Tortoise and Hare) ✅ 1115/1115 | 🎯 100% Accuracy 💻 Java | @geeksforgeeks
#LinkedList #LoopDetection #JavaDSA #FloydAlgorithm #DSAwithJava
0
0
1
✅ Day 72 of #gfg160 Challenge! 💡 Problem: Find the First Node of Loop in a Linked List 📌 Approach: Used Floyd’s Cycle Detection Algorithm to identify if a loop exists. @geeksforgeeks 🔗 Follow for more DSA updates! 🚀 #LinkedList #CycleDetection #FloydAlgorithm #GeeksForGeeks
0
0
1