#linkedlists 搜尋結果
Idk y linked list questions feel so simple, it's just about understanding how to connect the nodes. #LinkedLists #CodingLife #DataStructures #LeetCode


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



#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

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

🚀 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


🚀 Code of the Day: Find the kth to last element in a singly linked list! Tackled this with a two-pointer approach. Time complexity: O(n), Space complexity: O(1). Check the full solution here: github.com/ARK-0707/Crack… #LinkedLists #jobsearch #letsconnect


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


🚀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 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 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


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

🎉 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

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


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…
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
Just completed Linked List Fundamentals! 📑 Started off with some easy questions today and feeling pretty confident.😁 #100DaysOfCode #CodingJourney #LinkedLists
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…
🚀 Code of the Day: Find the kth to last element in a singly linked list! Tackled this with a two-pointer approach. Time complexity: O(n), Space complexity: O(1). Check the full solution here: github.com/ARK-0707/Crack… #LinkedLists #jobsearch #letsconnect


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

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

Idk y linked list questions feel so simple, it's just about understanding how to connect the nodes. #LinkedLists #CodingLife #DataStructures #LeetCode


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



Beats 100% of users with a Runtime of 0ms and Beats 95.13% of users with total space of 41.14MB. @LeetCode #Linkedlists #DSA @striver_79 's DSA sheet. #CodingJourney

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 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 9✅ Studied circular linked lists and solved problems on LeetCode. Keeping the momentum going! 🔄📚 #100DaysOfDSA #LeetCode #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


🚀 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


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
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 55/100 🌟 Conquered "Copy List with Random Pointer" today, delving into complex pointer manipulation! 🔗🔄 How do you tackle linked list challenges involving intricate pointer usage? 🤔💭 Your support keeps me going! #100DaysOfCode #LinkedLists #DeepCopy #learninpublic #code

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

Something went wrong.
Something went wrong.
United States Trends
- 1. Happy Birthday Charlie 15.9K posts
- 2. Good Tuesday 19.7K posts
- 3. #Worlds2025 21.2K posts
- 4. Bears 90.6K posts
- 5. Jake Moody 14.2K posts
- 6. Blake Snell 17.3K posts
- 7. Josh Allen 27.5K posts
- 8. Caleb 50.3K posts
- 9. Joji 33.9K posts
- 10. Jayden 23.2K posts
- 11. Commanders 53K posts
- 12. Swift 290K posts
- 13. #BearDown 2,444 posts
- 14. Treinen 4,758 posts
- 15. Ben Johnson 4,547 posts
- 16. Pentagon 65.6K posts
- 17. Turang 4,448 posts
- 18. Roki 6,155 posts
- 19. Conquered 28.7K posts
- 20. Bijan 34K posts