#linkedlists Suchergebnisse
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 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 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
Idk y linked list questions feel so simple, it's just about understanding how to connect the nodes. #LinkedLists #CodingLife #DataStructures #LeetCode
๐ 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 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
๐ 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 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
๐ 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
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
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
๐ 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
In order to pass programming interviews you need to solve algorithms and to solve algorithms you need data structures. #DataStructures #Algorithms #LinkedLists #Arrays #Hashmap #100DaysOfCode medium.com/data-science/dโฆ
Day 47 - Very Solid day of LCโs Completed โCopy List with random pointerโ & โAdd two numbersโ medium LCโs today, no hints. Space consumption beat 32% and 54% of submissions respectively. Slowly getting the hang of manipulating linked lists. #100DaysOfCode #Leetcode #LinkedLists
Day 45 - LinkedLists... Solving LinkedList LC problems has led me down the rabbit hole of really grasping the mechanics behind references/pointers & memory allocation in Java vs C++. Slowly but surely making progress, been somewhat challenging. #100DaysOfCode #LinkedLists #lc
From where I'm sitting, the only requirements to properly map and traverse version histories for covered, remixed and remastered songs are: 1. #LinkedLists 2. #BinaryTrees Which of these #CS101 concepts are you not able to grasp? Stop editing titles to indicate track revisions!
In order to pass programming interviews you need to solve algorithms and to solve algorithms you need data structures. #DataStructures #Algorithms #LinkedLists #Arrays #Hashmap #100DaysOfCode medium.com/data-science/dโฆ
DAY 3 DSA: Odd Even Linked List! LeetCode says Medium, but you can nail this approach in one shot! Split odd/even nodes, rewire, done! Super fun problemโcan you solve it faster? Try: tinyurl.com/LeetCode328 #DSA #Coding #LinkedLists #Tech
Understanding the dual pointer concept is the key to efficiently solving linked list puzzles in tech interviews! Read the full article: Reverse a singly linked list โธ lttr.ai/AhiJL #SinglyLinkedList #LinkedLists #DataStructures #Coding
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
In order to pass programming interviews you need to solve algorithms and to solve algorithms you need data structures. #DataStructures #Algorithms #LinkedLists #Arrays #Hashmap #100DaysOfCode medium.com/data-science/dโฆ
No lectures today but made some progress: Explored #Linux on #VirtualBox, did #LinkedLists & got the hang of #Hashing. Solved 2 #LeetCode Qs (1 with AI ), started #ReactJS ๐ป Gym, laundry, and fun with friend. Still feel I shouldโve done more. #CodingLife #DevJourney
Big wins! ๐ Just solved two more #LeetCode problems: Linked List Cycle (hello, Hare & Tortoise! ๐ข๐ฐ) & Merge Two Sorted Lists. Been really focusing on truly grasping concepts, not just solving. This deep dive into #LinkedLists & #TwoPointers is paying off! #DSA #Algorithms
Check out my latest article: Mastering #Pointers in #Doubly #LinkedLists: Challenges and Solutions linkedin.com/pulse/masterinโฆ via @LinkedIn
linkedin.com
Mastering Pointers in Doubly Linked Lists: Challenges and Solutions
Introduction to Doubly Linked Lists and Pointer Challenges In the vast world of data structures, linked lists hold a special place due to their dynamic nature and flexibility. Unlike arrays, which...
I just published Mastering #Pointers in #Doubly #LinkedLists: Challenges and Solutions medium.com/p/mastering-poโฆ
aditya-sunjava.medium.com
Mastering Pointers in Doubly Linked Lists: Challenges and Solutions
Introduction to Doubly Linked Lists and Pointer Challenges
Mastering #pointers in #doubly #linkedlists is challenging but achievable with best practices, thorough testing, and debugging tools to ensure reliable #datastructure operations. cloudnativeblogs.in/mastering-poinโฆ
cloudnativeblogs.in
Mastering Pointers in Doubly Linked Lists: Challenges and Solutions - Cloud Native Blogs
Mastering pointers in doubly linked lists is challenging but achievable with best practices, thorough testing, and debugging tools to ensure reliable data structure operations.
dumb ass question fr , but a lot of youtubers failed to explain the simple approach properly , they just directly start dry running and doing it which didn't answer whyy , so i looked at solution, dry ran it and understood what was happening and why #LeetCode #DSA #linkedlists
can anyone help me solve this one? leetcode.com/problems/reverโฆ i don't understand the solution's available, like why we did what we? i tried solving with 2 approaches, both failed because of edge cases
Level unlocked! ๐ Just mastered Arrays & Linked Lists. Now I know exactly when to use an O(1) pointer swap vs. when I'm accidentally triggering an O(N) data shift! The core foundational knowledge is ๐ฅ. Next? Stacks & Queues! #DSA #Arrays #LinkedLists #TypeScript #Coding
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
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
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
Idk y linked list questions feel so simple, it's just about understanding how to connect the nodes. #LinkedLists #CodingLife #DataStructures #LeetCode
๐ 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
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 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
The difference in space complexity for returning a reverse Linked List depends on how previousNode is set up: Do you see the difference? #algorithms #leetcode #linkedlists #100DaysOfCode
๐ 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
When dealing with sums of numbers in linked lists, it's commonly written in reverse to represent: ones place (2) tens place (3) hundreds place (9) --> 932 #linkedlists #sum #algorithms
๐ 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
Days 134 & 135 ๐น GfG: โ Find the First Node of Loop in a Linked List ๐๐ โ Remove Loop in Linked List โ๐ ๐น LeetCode: โ Make Lexicographically Smallest Array by Swapping Elements๐ข๐ โ Maximum Employees to Be Invited to a Meeting ๐ข #CodingJourney #DSA #LinkedLists
๐ 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
Something went wrong.
Something went wrong.
United States Trends
- 1. FIFA 355K posts
- 2. The WET 117K posts
- 3. FINALLY DID IT 438K posts
- 4. Paraguay 27.9K posts
- 5. Brazil 79.1K posts
- 6. Argentina 229K posts
- 7. Frank Gehry 4,141 posts
- 8. Portugal 103K posts
- 9. Hep B 15.6K posts
- 10. Morocco 67.8K posts
- 11. Croatia 24.9K posts
- 12. Matt Campbell 11.1K posts
- 13. Warner Bros 244K posts
- 14. Iowa State 9,409 posts
- 15. #Mundial2026 40.6K posts
- 16. Group L 17.7K posts
- 17. #USMNT 1,430 posts
- 18. Infantino 74.3K posts
- 19. Ghana 83.8K posts
- 20. Norway 30.8K posts