#leetcode100days search results
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

久しぶりに会えて嬉しかったよ!サト団🐰 오랜만에 만나서 기뻤어! 사또단🐰 #마사토 #MASATO #iNKODE #인코드 #inkodetrainee #인코드trainee #inkode연습생 #인코드연습생 #inkode練習生


Here’s your 𝟭𝟬𝟬+ 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲 𝗣𝗿𝗼𝗯𝗹𝗲𝗺𝘀 𝘄𝗶𝘁𝗵 𝗦𝗼𝗹𝘂𝘁𝗶𝗼𝗻𝘀 Perfect for mastering coding interviews and problem-solving in 2024! All, FREE of cost! Simply: 1. Follow me (So I can DM) 2. Like & Repost 3. Comment "LeetCode" to receive the guide. Let’s…


🗓️ Day : 3/100 ✅ Solved LeetCode Problem 136 : Single Number. #100DaysOfCode #DSA #100DaysOfchallenge



100+ LeetCode Problems with Solutions Perfect for mastering coding interviews and problem-solving in 2024! All, FREE of cost! Simply: 1. Follow me (So I can DM) 2. Like & Repost 3. Comment "LeetCode" to receive the guide. Let’s ace those coding interviews together!


CSGO / CS2 AK-47 Leet Museo Giveaway ($100) 🎁 ✅ Follow @playbluegem & @vloot_io ✅ Like, Retweet and Tag 1 friend Winner drawn in 10 days, good luck 🥰

🎉 Completed #100DaysOfCode challange this is what I achieved DSA: > Solved 234 leetcode probs > Completed these topics - Priority Queue - Hashmaps - Greedy - DP - Graph WebDev: - Express - MongoDB - JWT & Session Auth So reached 350 probs🎉

qooods.org/e/ntXPRxXR qooods.org/e/hXJI8Ca0 qooods.org/e/JkBNNpMq qooods.org/e/cpXTKC0b qooods.org/e/kQDWAzjj qooods.org/e/Dh5C0CkI qooods.org/e/AuX2emVQ qooods.org/e/MmIw6hX5 qooods.org/e/6dFDjZuV

🚀 Day 64 of #100DaysOfCode Solved LeetCode 55 – Jump Game using a greedy approach. Step by step, learning how to optimize logic and think efficiently 💪 #LeetCode #Python #ProblemSolving #MERNDeveloper #CodingJourney

Day 42-48 of #100DaysOfCode - I’m just continuing to build the website for my client. - Building Critical feature in my dev job. - Learning more about system design . - Paused my Django project as busy in the above stuffs. #LearnInPublic #buildinpublic

#100DaysOfCode — Day 61 -Done 1 problem on Leetcode, just to maintain streak -Travelling #webdeveloper #cpp #leetcode #buildinpublic #javascript #github

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



Gm everyone! 🌞 This piece is called "Past Friends", it's made with code using #processing. 1/1 - 11tez 🔗👇 #TEZOSTUESDAY

Just started solving LeetCode problems. Time to level up 🚀 #LeetCode #100DaysOfCode #CodingJourney #DevLife

d0obz.pro/e/4vltgqx1abrc do0bz.pro/e/tkuqd9vxjbsu doobz.pro/e/vskwR38oRHoj do0bz.pro/e/tp3trjx9f2sz do0bz.pro/e/lkoc9vv4ooc3 do0bz.pro/e/qem0fp2t6vqr do0bz.pro/e/fp1z683et47s t.me/+MQVHaybfhDw3M…

🔥 100 days of consistency. 💻 100+ days solving problems on #LeetCode. 🚀 Growth feels slow — until you look back. The #100DaysOfCode badge isn’t just a milestone, it’s proof that discipline beats motivation. 💪 #Coding #Tech #Developer #ProblemSolving #LeetCodeJourney

Day 60 of #100DaysOfCode Tried this using plain HTML and CSS. Note that the design on the right is CSS grids 😭

Something went wrong.
Something went wrong.
United States Trends
- 1. Yamamoto 37.2K posts
- 2. #DWTS 38.9K posts
- 3. #DWCS 7,295 posts
- 4. Brewers 41.5K posts
- 5. Ohtani 13.5K posts
- 6. #Dodgers 15.8K posts
- 7. #WWENXT 17.9K posts
- 8. Robert 107K posts
- 9. #RHOSLC 4,115 posts
- 10. Haji Wright 1,011 posts
- 11. Young Republicans 61.4K posts
- 12. Carrie Ann 4,617 posts
- 13. Roldan 2,479 posts
- 14. Elaine 61.2K posts
- 15. Politico 285K posts
- 16. Whitney 15.5K posts
- 17. Will Richard 2,490 posts
- 18. Yelich 1,744 posts
- 19. Max Muncy 4,313 posts
- 20. Pulisic 1,503 posts