#leetcode100days نتائج البحث
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 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 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 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 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 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 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 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 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 78 of #LeetCode100Days 👽🛡️ 📌 Today’s Problems: 🛡️ Find Eventual Safe States – detect nodes that always lead to terminal nodes (graph DFS) 👽 Alien Dictionary – derive lexicographical order via topological sort 💡 More practice with graph traversal + ordering problems —


Day 77 of #LeetCode100Days 🏫📚 📌 Today’s Problems: 📝 Course Schedule – detect if all courses can be finished (cycle detection) 📦 Course Schedule II – find a valid order (BFS / Kahn’s Algorithm) 💡 Getting comfortable with graph cycles, topological sort & BFS-based schedulin

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! 💻💪 #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


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

🌟 Check out this amazing badge background from #leetcode Perfect for showcasing your coding achievements and milestones. 🏆🔍 #Coding #LeetCode100Days #Programming #Tech #Achievements

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 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. #JoyForum 1,300 posts
- 2. #2025MAMAVOTE 211K posts
- 3. Good Thursday 18.2K posts
- 4. Brevis ZK 136K posts
- 5. Mila 17.5K posts
- 6. Deport Harry Sisson 11.9K posts
- 7. #MC필릭스의_냉터뷰 11.8K posts
- 8. MC FELIX FRIDGE INTERVIEW 12.8K posts
- 9. #FridgeInterview_MCFelix 12K posts
- 10. Friday Eve N/A
- 11. #2025MAMAAWARDS 182K posts
- 12. Tomonobu Itagaki 6,228 posts
- 13. BNB Chain 20.3K posts
- 14. Deloitte 8,804 posts
- 15. Ninja Gaiden 10.4K posts
- 16. DuPont 2,039 posts
- 17. Pelosi 145K posts
- 18. Angel Reese 56.1K posts
- 19. Mad Max 4,318 posts
- 20. John Fetterman 28.1K posts