#200daysofcodechallenge resultados da pesquisa
Day 133: TUF+ Q. Combination Sum II (using recursion and a for loop to handle duplicates) #200daysofcodechallenge #connect
                                            
                                            Day 146: TUF+ Q. Maximum path sum (similar logic as yesterday's problem) #200daysofcodechallenge #connect
                                            Day 141: TUF+ Q. Postorder Traversal (recursive) Binary Trees shuru kardiya #200daysofcodechallenge #connect
                                            Day 148: TUF+ Q. Bottom view of BT (using BFS) Q. Right/Left View of BT (using modified preorder traversal - root right left) #200daysofcodechallenge #connect
                                            
                                            Day 132: TUF+ Q. Power Set (recursion) Q. Count all subsequences with sum K (recursion) #200daysofcodechallenge #connect
                                            
                                            Day 149: TUF+ Q. Print root to node path in BT (using DFS - Preorder) Q. LCA in BT (using recursion and return logic) #200daysofcodechallenge #connect
                                            
                                            Day 134: TUF+ Q. Subsets II (using recursion. Can be solved with set but it's a long process so without set is preferred) #200daysofcodechallenge #connect
                                            
                                            
                                            Day 145: TUF+ Q. Check for balanced binary tree (calculate the heights of left and right subtrees and if the difference is greater than one then it's not a balanced tree) #200daysofcodechallenge #connect
                                            
                                            🎉Day 185 of #200DaysOfCodeChallenge 💻 🚀 Today in DSA, I've solve another problem related array on leetcode. #200daysofcoding #learning #practice #DSA #Tech #revision #LeetCode #Array
                                            🎉 Day 192 of #200DaysOfCodeChallenge 💻 Today , I've solved a problem related to bit manipulation on leetcode. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode
                                            🎉 Day 200 of #200DaysOfCodeChallenge 💻 🥳Today, I've practice some questions of finding output in C++ and just go through with some concept of oops. #200daysofcoding #learning #practice #CodingJourney #LeetCode #DSA #coding #Cpp #OOPS #complete #revision #development
🎉 Day 199 of #200DaysOfCodeChallenge 💻 Today, I've done nothing much just revise previous topics and prepare for my tomorrow assessment . #200daysofcoding #learning #practice #CodingJourney #LeetCode #DSA #coding
🎉 Day 198 of #200DaysOfCodeChallenge 💻 Today, I've just practice some questions of strings. #200daysofcoding #learning #practice #CodingJourney #LeetCode #DSA #coding
🎉 Day 197 of #200DaysOfCodeChallenge 💻 Today, I've just revise previous topics of dbms and practice some aptitude questions. #200daysofcoding #learning #practice #CodingJourney #LeetCode #DSA #coding
🎉 Day 196 of #200DaysOfCodeChallenge 💻 Today, Solved another LeetCode problem! Sometimes Failed test cases helped me see the question more clearly and improve my approach. #200daysofcoding #learning #practice #CodingJourney #LeetCode #DSA #coding
                                            🎉 Day 195 of #200DaysOfCodeChallenge 💻 Today, I've solved another bit masking problem on LeetCode! Again, stuck with brute-force, which is so close but not quite there. 🥲 #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode #bitmanipulation
                                            🎉 Day 194 of #200DaysOfCodeChallenge 💻 Today, I've solved another problem on LeetCode based on but masking and also learn and revise some concept of React js . #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode #React
                                            🎉 Day 193 of #200DaysOfCodeChallenge 💻 Today, I've solved another problem on LeetCode and also learn Oops concept in typescript. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode #Typescript
                                            🎉 Day 192 of #200DaysOfCodeChallenge 💻 Today , I've solved a problem related to bit manipulation on leetcode. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode
                                            🎉 Day 191 of #200DaysOfCodeChallenge 💻 Today , I've just revise some previous topics of typescript and practice some aptitude and reasoning questions for the assessment. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode #revision
🎉 Day 190 of #200DaysOfCodeChallenge 💻 Today, I've solved another problem on LeetCode and learn about typescript. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode
                                            🎉Day 189 of #200DaysOfCodeChallenge 💻 🚀 Today, I've solved a string pblm & explored shadcn for frontend design! It combines Tailwind with pre-built components,making UI building faster and more consistent. #200DaysOfCoding #learning #practice #DSA #LeetCode #Tech #Frontend
                                            🎉 Day 188 of #200DaysOfCodeChallenge 💻 Took a short break for few days due to some work. Today, I've solved a string problem on LeetCode. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode #String
                                            🎉Day 187 of #200DaysOfCodeChallenge 💻 🚀 Today, I've just only revise some previous topics . #200daysofcoding #learning #practice #DSA #Tech #revision #CodingJourney
🎉Day 186 of #200DaysOfCodeChallenge 💻 🚀 Today in DSA, I've solve another problem related to 2Darray on leetcode. #200daysofcoding #learning #practice #DSA #Tech #revision #LeetCode #Array #CodingJourney
                                            🎉Day 185 of #200DaysOfCodeChallenge 💻 🚀 Today in DSA, I've solve another problem related array on leetcode. #200daysofcoding #learning #practice #DSA #Tech #revision #LeetCode #Array
                                            🎉Day 184 of #200DaysOfCodeChallenge 💻 🚀 Today in DSA, I've solve a problem related to 2d array on leetcode. #200daysofcoding #learning #practice #DSA #Tech #revision #LeetCode #2DArray
                                            Day 149: TUF+ Q. Print root to node path in BT (using DFS - Preorder) Q. LCA in BT (using recursion and return logic) #200daysofcodechallenge #connect
                                            
                                            Day 148: TUF+ Q. Bottom view of BT (using BFS) Q. Right/Left View of BT (using modified preorder traversal - root right left) #200daysofcodechallenge #connect
                                            
                                            🎉Day 183 of #200DaysOfCodeChallenge 💻 🚀 Today in DSA, I've solve another problem related to binary tree on leetcode. Still sometimes getting stuck on the brute force approach.🥲 #200daysofcoding #learning #practice #DSA #Tech #revision #LeetCode #BinaryTree
                                            Day: 33-36 of #100DaysOfCode(round 07) ✅ solved 8 #LeetCode ✅ learning #RUST #LearnInPublic #dsa #rustprogramming
                                            
                                            Day two design❣️, CNC bosses, #Datyounggraphicsboy #7DaysofDesign #Whatarewedesigningtoday @TheXEffect_ and @chimaobiphil You really need to see this, I got inspiration from your days of challenge.
                                            Day [1/ 100] of #100daysofcode -> Solved endsems DSA questions -> learnt bubble, insertion sorting -> revised arrays and linked lists -> revised stack #LeetCode #buildinpublic
                                            Day 60 of #100DaysOfCode Tried this using plain HTML and CSS. Note that the design on the right is CSS grids 😭
                                            Day 27 / #100DaysOfCode Google UI Clone using HTML &CSS Still working on the JavaScript to make it a bit interactive.
                                            Day 34/100 of #100DaysOfCode ✅ Solved LeetCode POTD Didn’t do much today, but I showed up. #100DaysOfCode #DevJourney
                                            DAY 59 ✅ #100DaysOfCode - Completed 8 Problems Two Pointers - Converging (Sorted Array Target Sum) - Revised HTTP Lecture Concepts - Covered Routings in Backend - Serializations & Deserializations - Authentications and Authorizations for Backend !!
                                            
                                            
                                            Day 96 🚀 #LeetCode — Minimum Time to Make Rope Colorful 🎨 #100DaysOfCode #LeetCode #CodingChallenge #Day86 #DSA #GreedyAlgorithm #ProblemSolving #CodeNewbie #Programming #TechTwitter
                                            Day 95 of #100DaysOfCode. Today's challenge: 'Minimum Cost To Make String Valid' on @Code_360. That one failing test case is staring me down, but I'll get it. The grind doesn't stop. #cpp #dsa #programmingmodel #Trending #HiringNow
                                            Day 19 of #100DaysOfCode FIFO/LIFO I decided to discover this topic because of this ⬇️ pic, that i saw on twitter 😀 #javascript #programming
                                            Day 200 of #100DaysOfCode 🥳 i finally finished this 2nd round and it took me wayyy longer this time 🥲 anyways i've been learning more about javascript and how it works bts
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 64.3K posts
 - 2. Cardinals 28.4K posts
 - 3. #WWERaw 57.1K posts
 - 4. Jerry 43.4K posts
 - 5. Logan Paul 9,307 posts
 - 6. Kyler 7,549 posts
 - 7. Jacoby Brissett 4,701 posts
 - 8. Koa Peat 5,790 posts
 - 9. Pickens 6,377 posts
 - 10. Javonte 3,888 posts
 - 11. Cuomo 160K posts
 - 12. Bland 11.5K posts
 - 13. Dak Prescott 4,432 posts
 - 14. Walter Nolen 1,624 posts
 - 15. Calais Campbell N/A
 - 16. Keba Keita N/A
 - 17. Nick Smith 1,983 posts
 - 18. Pacers 10.9K posts
 - 19. #MondayNightFootball 1,304 posts
 - 20. Steele 5,850 posts