#leetcode100days kết quả tìm kiếm
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 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 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 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 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 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 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 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 🏁

Problem: 2099. Find Subsequence of Length K With the Largest Sum 🧠 Approach: Combined value-index mapping + double sort (by value, then by index) #LeetCode100Days #MERNStack #DevLife #ProblemSolving #DataStructures #PythonTips #JayCodes

Something went wrong.
Something went wrong.
United States Trends
- 1. Yamamoto 42.7K posts
- 2. #DWTS 41.1K posts
- 3. Brewers 41.6K posts
- 4. Ohtani 13.8K posts
- 5. #TexasHockey 2,945 posts
- 6. #Dodgers 16K posts
- 7. #DWCS 7,784 posts
- 8. Jared Butler N/A
- 9. #WWENXT 18.7K posts
- 10. Young Republicans 66.8K posts
- 11. Robert 107K posts
- 12. Carrie Ann 4,794 posts
- 13. Haji Wright 1,115 posts
- 14. Roldan 2,612 posts
- 15. Shohei 8,810 posts
- 16. halsey 7,063 posts
- 17. Domain For Sale 10.2K posts
- 18. Will Richard 2,606 posts
- 19. Politico 294K posts
- 20. Ayton 2,233 posts