#200daysofcodechallenge kết quả tìm kiếm
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 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 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 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 180 of #200DaysOfCodeChallenge 💻 📚 Got a bit of a gap in between my exam prep, so I used the time to solve a array problem on LeetCode! 🚀 Close enough with the bruteforce😅 #200daysofcoding #LeetCode #StudyBreak #ProblemSolving #Exams #Practice

🎉 Day 190 of #200DaysOfCodeChallenge 💻 Today, I've solved another problem on LeetCode and learn about typescript. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode

Day 133: TUF+ Q. Combination Sum II (using recursion and a for loop to handle duplicates) #200daysofcodechallenge #connect


🎉Day 174 of #200DaysOfCodeChallenge 💻 🚀 Today , I've learn about arguments in javascript and solved another problem on LeetCode. #200daysofcoding #learning #practice #DSA #Tech #revision #development #LeetCode #array #recursion #oops


#Day22 of #200DaysOfCodeChallenge:- Solved 'Single Number'! 🔷 Found the unique number in an array. 🔷 Achieved O(n) time #LeetCode #DataStructuresAndAlgorithms #Java #DSA #CodeDaily #Programming #Tech #Consistency

🎉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 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 192 of #200DaysOfCodeChallenge 💻 Today , I've solved a problem related to bit manipulation on leetcode. #200daysofcoding #learning #practice #DSA #Tech #CodingJourney #LeetCode

Day 146: TUF+ Q. Maximum path sum (similar logic as yesterday's problem) #200daysofcodechallenge #connect

Completed #day198 in #200daysofcodechallenge as a part of #1hourofcode with NxtWave. #ccbpian #ccbpacademy #nxtwave #coding #DSA

🎉Day 172 of #200DaysOfCodeChallenge 💻 🚀 Today in DSA, I've solve problem queue on leetcode and learn about compiler design . #200daysofcoding #learning #practice #DSA #Tech #revision #development #LeetCode #array #recursion #oops

Something went wrong.
Something went wrong.
United States Trends
- 1. Chauncey Billups 54.5K posts
- 2. Damon Jones 13.5K posts
- 3. #7_years_with_ATEEZ 56.8K posts
- 4. Mafia 94.3K posts
- 5. #에이티즈_7주년_항해는_계속된다 44.5K posts
- 6. #A_TO_Z 44K posts
- 7. 5sos 31K posts
- 8. Kash Patel 36.5K posts
- 9. Toronto Rangers 2,157 posts
- 10. Gilbert Arenas 4,985 posts
- 11. The FBI 142K posts
- 12. #FalloutDay 2,732 posts
- 13. Changpeng Zhao 8,223 posts
- 14. Adam Silver 4,310 posts
- 15. Kirby Air Riders 7,194 posts
- 16. The NBA 188K posts
- 17. Gambling 115K posts
- 18. La Cosa Nostra 5,047 posts
- 19. Sakurai 10.8K posts
- 20. #UGGxOlandria 1,813 posts