#leetcode100days 搜尋結果
Day 99 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Pow(x, n) 🔹 String to Integer (atoi) ⚡ Practiced recursion + careful string parsing today 💻 Almost at the finish line 🏁🔥 #LeetCode #DSA #100DaysOfCode #Coding #Recursion #Strings


Day 100 of #LeetCode100Days 🏁 📌 Today’s Problems: 🔹 Generate Parentheses 🔹 Subsets 💯 Completed the #100DaysOfCode challenge! This journey was full of logic, patience, and growth 🚀 From arrays to graphs to recursion — every topic made me sharper 💪 #LeetCode #DSA


Day 94 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Longest Consecutive Sequence in an Array 🔹 Rotate Matrix by 90° ⚡ Arrays + Matrix patterns getting sharper 💯 #LeetCode #DSA #100DaysOfCode #Coding


Day 92 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Majority Element 🔹 Set Matrix Zeros ⚡ Brushing up on array & matrix tricks after graph grind! #LeetCode #DSA #100DaysOfCode #PlacementPrep


Day 80 of #LeetCode100Days 🏃♂️🔀 📌 Today’s Topics & Problems: 🧮 Why Priority Queue is used in Dijkstra’s Algorithm – ensure we always pick the next node with the smallest distance efficiently 🎯 🗺️ Shortest Path in a Binary Maze – BFS for minimum steps in a grid 🏁

Day 88 of #LeetCode100Days 🏝️📂 📌 Today’s Problems: 📂 Accounts Merge – DSU + string mapping 🏝️ Number of Islands II – dynamic island counting with DSU 💡 DSU once again makes tough connectivity problems much easier to crack! ⚡ #LeetCode #DSA #100DaysOfCode #PlacementPrep


Day 89 of #LeetCode100Days 🌊🏝️ 📌 Today’s Problems: 🏝️ Making a Large Island – maximize island size with DSU / DFS 🌊 Swim in Rising Water – binary search + BFS / Dijkstra 💡 Both problems push the limits of graph + DSU + shortest path thinking! #LeetCode #DSA #100DaysOfCode


Day 95 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Reverse Pairs 🔹 Maximum Product Subarray ⚡ Practiced merge sort–based counting + handling tricky subarray products 🔥 #LeetCode #DSA #100DaysOfCode #Coding



Day 76 of #LeetCode100Days 🏗️📊 📌 Today’s Problems & Concepts: 📚 Course Schedule II – topological ordering in action 🧭 Topological Sort – DFS-based approach ⚙️ Kahn’s Algorithm – BFS-based topo sort #DSA #100DaysOfCode #LeetCode #PlacementPrep #CodingJourney


Day 100 of #LeetCode100Days 🏁 📌 Today’s Problems: 🔹 Generate Parentheses 🔹 Subsets 💯 Completed the #100DaysOfCode challenge! This journey was full of logic, patience, and growth 🚀 From arrays to graphs to recursion — every topic made me sharper 💪 #LeetCode #DSA


Day 99 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Pow(x, n) 🔹 String to Integer (atoi) ⚡ Practiced recursion + careful string parsing today 💻 Almost at the finish line 🏁🔥 #LeetCode #DSA #100DaysOfCode #Coding #Recursion #Strings


Day 98 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Find the Index of the First Occurrence in a String 🔹 Candy 🔹 Length of Last Word ⚡ Balanced between string operations & greedy logic today 💪 #LeetCode #DSA #100DaysOfCode #Coding #Greedy #Strings



Day 97 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Reverse Words in a String 🔹 Roman to Integer 🔹 Longest Common Prefix ⚡ Focused on string manipulation and pattern logic today 💻 #LeetCode #DSA #100DaysOfCode #Coding #Strings



Day 95 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Reverse Pairs 🔹 Maximum Product Subarray ⚡ Practiced merge sort–based counting + handling tricky subarray products 🔥 #LeetCode #DSA #100DaysOfCode #Coding



Day 94 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Longest Consecutive Sequence in an Array 🔹 Rotate Matrix by 90° ⚡ Arrays + Matrix patterns getting sharper 💯 #LeetCode #DSA #100DaysOfCode #Coding


Day 93 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Find Missing Number in an Array 🔹 Maximum Consecutive Ones 🔹 Find the Number that Appears Once (others appear twice) ⚡ Focused on classic array & bit manipulation tricks today! #LeetCode #DSA #100DaysOfCode #PlacementPr




Day 92 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Majority Element 🔹 Set Matrix Zeros ⚡ Brushing up on array & matrix tricks after graph grind! #LeetCode #DSA #100DaysOfCode #PlacementPrep


Day 91 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔄 Print the Matrix in Spiral Order ➕ Count Subarrays with Given Sum 💡 Practiced matrix traversal + prefix-sum hashing tricks. 💡 Done some medium problems after Graphs to refresh array & hashing concepts. #LeetCode #DSA



Day 90 of #LeetCode100Days 🔗⚡ 📌 Today’s Problems: 🌉 Bridges in Graph 🎯 Articulation Point 🔄 Kosaraju's Algorithm (SCCs) 💡 Key graph concepts around connectivity & strongly connected components. #LeetCode #DSA #100DaysOfCode #GraphTheory #PlacementPrep


Day 89 of #LeetCode100Days 🌊🏝️ 📌 Today’s Problems: 🏝️ Making a Large Island – maximize island size with DSU / DFS 🌊 Swim in Rising Water – binary search + BFS / Dijkstra 💡 Both problems push the limits of graph + DSU + shortest path thinking! #LeetCode #DSA #100DaysOfCode


Day 88 of #LeetCode100Days 🏝️📂 📌 Today’s Problems: 📂 Accounts Merge – DSU + string mapping 🏝️ Number of Islands II – dynamic island counting with DSU 💡 DSU once again makes tough connectivity problems much easier to crack! ⚡ #LeetCode #DSA #100DaysOfCode #PlacementPrep


Day 87 of #LeetCode100Days 🌐🪨 📌 Today’s Problems: 🌐 Number of Operations to Make Network Connected – DSU + connected components 🪨 Most Stones Removed with Same Row or Column – treat stones as nodes, remove via DSU/DFS #DSA #100DaysOfCode #LeetCode #PlacementPrep #CodingJourn




Day 86 of #LeetCode100Days 🔗🌉 📌 Today’s Problems: 🔗 Disjoint Set (Union by Size) – efficient union-find operations 🌉 Kruskal’s Algorithm – MST using greedy + DSU 💡 Learning how DSU powers Kruskal’s MST — graphs + greedy + union-find all coming together 🔥 #DSA #100Days
Day 84 of #LeetCode100Days 🌆🔗 📌 Today’s Problems: 🧮 Floyd–Warshall Algorithm – All-pairs shortest paths (DP approach) 🏙️ Find the City With the Smallest Number of Neighbors Within Threshold Distance – direct application of APSP 💡 DP + graph problems are clicking well —


Day 83 of #LeetCode100Days ➗🔄 📌 Today’s Problems: 🔢 Minimum Steps to Reach End – using multiplication + mod operations with array elements 🛠️ Bellman-Ford Algorithm – handle graphs with negative weights gracefully. #DSA #100DaysOfCode #LeetCode #Placement
Day 82 of #LeetCode100Days ⏳🛣️ 📌 Today’s Problems: ⏱️ Network Delay Time – single-source shortest path with Dijkstra 🛤️ Number of Ways to Arrive at Destination – count + shortest paths using DP + Dijkstra #DSA #100DaysOfCode #LeetCode #PlacementPrep #CodingJourney


Day 81 of #LeetCode100Days 🛫⛰️ 📌 Today’s Problems: ⛰️ Path With Minimum Effort – Dijkstra variation on grids 💸 Cheapest Flights Within K Stops – modified BFS / Bellman-Ford style #DSA #100DaysOfCode #LeetCode #PlacementPrep #CodingJourney




Day 80 of #LeetCode100Days 🏃♂️🔀 📌 Today’s Topics & Problems: 🧮 Why Priority Queue is used in Dijkstra’s Algorithm – ensure we always pick the next node with the smallest distance efficiently 🎯 🗺️ Shortest Path in a Binary Maze – BFS for minimum steps in a grid 🏁

Day 79 of #LeetCode100Days 🛣️⚡ 📌 Today’s Problems: 1️⃣ Shortest Path in Undirected Graph (Unit Weights) – BFS magic 🏃♂️ 2️⃣ Shortest Path in DAG – Topological ordering approach 🗺️ 3️⃣ Dijkstra’s Algorithm – Priority queue for weighted graphs #DSA #100DaysOfCode #LeetCode #Placemen
Day 100 of #LeetCode100Days 🏁 📌 Today’s Problems: 🔹 Generate Parentheses 🔹 Subsets 💯 Completed the #100DaysOfCode challenge! This journey was full of logic, patience, and growth 🚀 From arrays to graphs to recursion — every topic made me sharper 💪 #LeetCode #DSA


Day 99 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Pow(x, n) 🔹 String to Integer (atoi) ⚡ Practiced recursion + careful string parsing today 💻 Almost at the finish line 🏁🔥 #LeetCode #DSA #100DaysOfCode #Coding #Recursion #Strings


💯 Days of coding grind unlocked! 🚀 Just earned the coveted 100-day completion badge on LeetCode! 💻💪 #CodingJourney #LeetCode100Days #AchievementUnlocked

Day 94 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Longest Consecutive Sequence in an Array 🔹 Rotate Matrix by 90° ⚡ Arrays + Matrix patterns getting sharper 💯 #LeetCode #DSA #100DaysOfCode #Coding


Day 92 of #LeetCode100Days ✨ 📌 Today’s Problems: 🔹 Majority Element 🔹 Set Matrix Zeros ⚡ Brushing up on array & matrix tricks after graph grind! #LeetCode #DSA #100DaysOfCode #PlacementPrep


💯 Days of coding grind unlocked! 📷 Just earned the coveted 100-day completion badge on LeetCode! 📷📷 #LeetCode100Days #AchievementUnlocked #LeetCode #DSA

Day 80 of #LeetCode100Days 🏃♂️🔀 📌 Today’s Topics & Problems: 🧮 Why Priority Queue is used in Dijkstra’s Algorithm – ensure we always pick the next node with the smallest distance efficiently 🎯 🗺️ Shortest Path in a Binary Maze – BFS for minimum steps in a grid 🏁

Hello everyone, I'm excited to share that I've earned my Annual Badge, completing 100 days on @LeetCode ! From scattered steps to a steady stride, I found my path to consistency. #leetcode #leetcode100Days #100DaysOfCode #100daysofcodechallenge

🌟 Just snagged the coveted LeetCode 100 Days Badge for 2024! 🎉 - Top 4.2% of LeetCoders, here I come. 💪 #LeetCode100Days #CodingChallenge #TechAchievement

Something went wrong.
Something went wrong.
United States Trends
- 1. Wentz 18.2K posts
- 2. Raiders 50.4K posts
- 3. Dolphins 36.4K posts
- 4. Drake Maye 9,755 posts
- 5. Vikings 38.8K posts
- 6. #FlyEaglesFly 8,690 posts
- 7. Mike McDaniel 1,741 posts
- 8. Cam Ward 4,695 posts
- 9. Saints 40.4K posts
- 10. Smitty 3,367 posts
- 11. Liverpool 364K posts
- 12. Tyrod Taylor 1,837 posts
- 13. Patullo 4,888 posts
- 14. #ChiefsKingdom 4,505 posts
- 15. #RaiderNation 2,514 posts
- 16. #Bears 4,434 posts
- 17. Titans 38.1K posts
- 18. Geno Smith 1,480 posts
- 19. Dennis Allen 1,356 posts
- 20. #Jets 2,726 posts