#linkedlists ผลการค้นหา
Day 85: Linked List Challenges 🔗🚀 Solved: ✔️ Add 1 to a Number Represented as Linked List ✔️ Delete All Occurrences of a Key ✔️ Add Two Numbers (LeetCode) Great practice in traversal, addition, and deletion! 💪 #100DaysOfCode #LinkedLists
Day 59: Solved intersection in Y-shaped linked lists without extra space! Using pointer redirection, I aligned list lengths to find the merge point efficiently in O(n+m) . Learning continues! #100DaysOfCode #LinkedLists
Day 16/100 of #100DaysOfCode : Today solved two key problems from Linked List - Detecting Cycles in Linked List - Partitioning a List Based on a Value #CodingChallenge #LinkedLists #LeetCode #DSA
#Day53 of My DSA Journey Explored 🔗 Doubly Linked Lists, mastering insertion (head, tail, any position) and deletion (head, tail, any position). Solved LeetCode problems: Reverse a Linked List (iterative & recursive). Find Middle using Tortoise Algorithm. #DSA #LinkedLists
🌟 Day 12 of #100DaysOfCode: Diving deep into linked list problems! 📚 Solved challenges like deleting K consecutive nodes & reversing every K continuous elements. 💡 Enhancing problem-solving skills and understanding data structures. 🚀 #CodingChallenge #LinkedLists #Python
Idk y linked list questions feel so simple, it's just about understanding how to connect the nodes. #LinkedLists #CodingLife #DataStructures #LeetCode
🚀 Diving into Day 22 of #100DaysOfCode with some linked list magic! 🧙♂️ Implemented cycle detection using Floyd's Tortoise and Hare algo & done with finding the intersection point of two LLs. @nxtwave_tech @sashankreddy07 #linkedlists #ProblemSolving
🚀 Day 75 of #LeetCode: Solved "Insert Greatest Common Divisors in Linked Lists"! Worked on #LinkedLists and #GCD, enhancing my #ProblemSolving and #Algorithm skills. On to the next challenge! 💻💡 #CodingChallenge #LeetCode75 #TechJourney #Programming #CSE #100DaysOfCode
🚀 Day 31 of #100DaysOfDSA: Completed all medium-level linked list problems today - finding intersections, adding 1 to numbers, and summing two numbers. Progressing steadily in my DSA journey! 💪💡 #LinkedLists #ProblemSolving #DSA
day 25 of #LearnInPublic - Solved 3 problems related to #strings and 1 of #LinkedLists on #leetcode ,#DSA - Largest odd number in string - Longest common prefix - Check whether rotated string is rotation of another - Find pairs with given sum in DLL
🚀Day 27 of #100DaysOfDSA: Explored string problems today - Sum of Beauty of Substrings & Reversing Every Word. Completed Step 5 of the sheet. Now onto LinkedLists, learning structure, operations, & problem-solving. Each step forward adds to the journey! 💪💡 #String #LinkedLists
🚀 Day 49 of #100DaysOfCoding 🚀 Built two key structures using LinkedLists: ✅ Stack ✅ Queue These exercises deepened my understanding of LinkedLists and their versatility. Each day brings new insights! 💻✨ #LinkedLists #Java #DSA #Stack #Queue #letsconnect #connect
🎉 Exciting news! 🎉 Just earned the Linked List Wizard badge on @interview_bit by conquering all linked list problems! 💪 Feeling accomplished and ready for more challenges ahead. 🚀 #Coding #InterviewPrep #LinkedLists #InterviewBit #scalerdiscord #365DaysofCode
Day 27 of #100DayCodingChallenge: Solved "Delete Node in Doubly Linked List" and "Introduction to Doubly Linked List". Progressing well with linked list concepts! 💻✨ #Coding #LinkedLists #Programming
Had a great time solving a linked list problem today—separating even and odd nodes! Applied yesterday’s learnings, and it all came together smoothly 💡🔗 Loving the progress! #DSA #LinkedLists #LeetCode #LearningInAction @leetcode @kunalstwt
This week we are focusing on Linked Lists with Python and of course, we are starting out with a classic: reversing a Linked List The only difference in the code from JavaScript is typically I would set prev to null value, but in Python, I set it to None #linkedlists
Solved LeetCode 142: Linked List Cycle II! 🌀 Used the two-pointer technique to detect and locate the cycle's start node efficiently in O(n) time. Another step forward in mastering linked lists! 💪 #LeetCode #DataStructures #LinkedLists #CodingChallenge #AlgorithmicThinking
Day 85: Linked List Challenges 🔗🚀 Solved: ✔️ Add 1 to a Number Represented as Linked List ✔️ Delete All Occurrences of a Key ✔️ Add Two Numbers (LeetCode) Great practice in traversal, addition, and deletion! 💪 #100DaysOfCode #LinkedLists
Day 35 of #100DaysOfCoding 🚀 Dived deeper into Linked Lists today: ✅ Sorted a LL of 0s, 1s, and 2s ✅ Found intersection point of Y LLs ✅ Added numbers in LL Learning never stops! 💻 #DSA #LinkedLists #Java #CodingJourney #100DaysOfCode #leetcode #connect #letsconnect
🚀 Day 49 of #100DaysOfCoding 🚀 Built two key structures using LinkedLists: ✅ Stack ✅ Queue These exercises deepened my understanding of LinkedLists and their versatility. Each day brings new insights! 💻✨ #LinkedLists #Java #DSA #Stack #Queue #letsconnect #connect
Just cracked "Partition List" 🚀 Split nodes into two colors 🎨 (<x & ≥x) using two pointers, then merge while keeping order. Clean O(n) pass, O(1) space. #LeetCode #JavaScript #LinkedLists #100DaysOfCode #Algorithms
Day 16/100 of #100DaysOfCode : Today solved two key problems from Linked List - Detecting Cycles in Linked List - Partitioning a List Based on a Value #CodingChallenge #LinkedLists #LeetCode #DSA
Day 59: Solved intersection in Y-shaped linked lists without extra space! Using pointer redirection, I aligned list lengths to find the merge point efficiently in O(n+m) . Learning continues! #100DaysOfCode #LinkedLists
Idk y linked list questions feel so simple, it's just about understanding how to connect the nodes. #LinkedLists #CodingLife #DataStructures #LeetCode
finished 4 GFG questions on linked lists! 🖥️📚 Also dove deep into the river systems of Brahmaputra and Ganga in geography. 🌊 #CodingJourney #GeographyStudies #LinkedLists #RiverSystems #UninstallInstagram #NoMoreCricketWithPak
🚀 Day 29 of #100DaysOfDSA: Explored Tortoise and Hare method in linked lists today, solving problems like finding the middle, reversing, detecting loops, and more. Each problem tackled adds to my algorithmic toolkit! 💪💡 #LinkedLists #TortoiseAndHare #ProblemSolving #DSA
Day 9✅ Studied circular linked lists and solved problems on LeetCode. Keeping the momentum going! 🔄📚 #100DaysOfDSA #LeetCode #LinkedLists
🚀 Day 7 of My 30-Day Coding Challenge Today, I tackled two Linked List problems : 1️⃣ Middle of the Linked List 🔗 2️⃣ Delete Node in a Linked List 🗑️ #CodingChallenge #DSA #LinkedLists #ProblemSolving #buildinpublic
🚀 Day 48 of my DSA journey! Today, I dived into Linked Lists and solved some interesting problems. 🧵 🧑💻 Learned how to traverse, reverse, and manipulate nodes like a pro. 🌱 Feeling more confident with pointers and references! #100DaysOfCode #DSA #LinkedLists
Just solved LeetCode 21: Merge Two Sorted Lists! 🧠💻 Went with an iterative approach—great practice in pointer manipulation and efficient memory management! 🚀 #LeetCode #100DaysOfCode #LinkedLists #Coding #ProblemSolving
Something went wrong.
Something went wrong.
United States Trends
- 1. Cheney 157K posts
- 2. Colts 15.9K posts
- 3. Election Day 142K posts
- 4. Jakobi Meyers 6,201 posts
- 5. Mamdani 605K posts
- 6. Shaheed 4,960 posts
- 7. Chris Ballard N/A
- 8. #weloveyouari 2,868 posts
- 9. Welcome to Indy N/A
- 10. #csm219 4,695 posts
- 11. Iraq 60.1K posts
- 12. Cuomo 296K posts
- 13. TWO FIRSTS N/A
- 14. Shota 18.2K posts
- 15. Waddle 6,659 posts
- 16. New Jersey 223K posts
- 17. #いい推しの日 756K posts
- 18. Logan Wilson 9,034 posts
- 19. Quinnen Williams 1,478 posts
- 20. GO VOTE 109K posts