#200daysofcodechallenge نتائج البحث

Day 136: TUF+ Q. Word Search (using recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 136:
TUF+ Q. Word Search (using recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 136:
TUF+ Q. Word Search (using recursion)

#200daysofcodechallenge #connect

Day 139: TUF+ Q. M Coloring Problem (recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 139:
TUF+ Q. M Coloring Problem (recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 139:
TUF+ Q. M Coloring Problem (recursion)

#200daysofcodechallenge #connect

Day 142: TUF+ Q. Postorder Traversal (using 2 stacks) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 142:
TUF+ Q. Postorder Traversal (using 2 stacks)

#200daysofcodechallenge #connect

Day 143: TUF+ Q. Level Order Traversal (using queue) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 143:
TUF+ Q. Level Order Traversal (using queue)

#200daysofcodechallenge #connect

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

akshkumart's tweet image. Day 133:
TUF+ Q. Combination Sum II (using recursion and a for loop to handle duplicates)

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

#200daysofcodechallenge #connect

Day 138: TUF+ Q. Rat in a Maze (using recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 138:
TUF+ Q. Rat in a Maze (using recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 138:
TUF+ Q. Rat in a Maze (using recursion)

#200daysofcodechallenge #connect

Day 144: TUF+ Q. Maximum Depth in BT (Recursive and Iterative) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 144:
TUF+ Q. Maximum Depth in BT (Recursive and Iterative)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 144:
TUF+ Q. Maximum Depth in BT (Recursive and Iterative)

#200daysofcodechallenge #connect

Day 131: TUF+ Q. Generate Parenthesis (using recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 131:
TUF+ Q. Generate Parenthesis (using recursion)

#200daysofcodechallenge #connect

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

akshkumart's tweet image. Day 146:
TUF+ Q. Maximum path sum (similar logic as yesterday's problem)

#200daysofcodechallenge #connect

Day 135: TUF+ Q. Letter Combinations of a Phone Number (recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 135:
TUF+ Q. Letter Combinations of a Phone Number (recursion)

#200daysofcodechallenge #connect

Day 141: TUF+ Q. Postorder Traversal (recursive) Binary Trees shuru kardiya #200daysofcodechallenge #connect

akshkumart's tweet image. Day 141:
TUF+ Q. Postorder Traversal (recursive)

Binary Trees shuru kardiya

#200daysofcodechallenge #connect

Day 132: TUF+ Q. Power Set (recursion) Q. Count all subsequences with sum K (recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 132:
TUF+ Q. Power Set (recursion)
Q. Count all subsequences with sum K (recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. 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

akshkumart's tweet image. 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
akshkumart's tweet image. 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

akshkumart's tweet image. 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
akshkumart's tweet image. 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

akshkumart's tweet image. 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
akshkumart's tweet image. 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
akshkumart's tweet image. 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

akshkumart's tweet image. 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
akshkumart's tweet image. 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

TaniyaN05640017's tweet image. 🎉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 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 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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉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

TaniyaN05640017's tweet image. 🎉 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

TaniyaN05640017's tweet image. 🎉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

TaniyaN05640017's tweet image. 🎉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

TaniyaN05640017's tweet image. 🎉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

akshkumart's tweet image. 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
akshkumart's tweet image. 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

akshkumart's tweet image. 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
akshkumart's tweet image. 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

TaniyaN05640017's tweet image. 🎉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

لا توجد نتائج لـ "#200daysofcodechallenge"

Day 136: TUF+ Q. Word Search (using recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 136:
TUF+ Q. Word Search (using recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 136:
TUF+ Q. Word Search (using recursion)

#200daysofcodechallenge #connect

Day 139: TUF+ Q. M Coloring Problem (recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 139:
TUF+ Q. M Coloring Problem (recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 139:
TUF+ Q. M Coloring Problem (recursion)

#200daysofcodechallenge #connect

Day 142: TUF+ Q. Postorder Traversal (using 2 stacks) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 142:
TUF+ Q. Postorder Traversal (using 2 stacks)

#200daysofcodechallenge #connect

Day 143: TUF+ Q. Level Order Traversal (using queue) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 143:
TUF+ Q. Level Order Traversal (using queue)

#200daysofcodechallenge #connect

🎉 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

TaniyaN05640017's tweet image. 🎉 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 133: TUF+ Q. Combination Sum II (using recursion and a for loop to handle duplicates) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 133:
TUF+ Q. Combination Sum II (using recursion and a for loop to handle duplicates)

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

#200daysofcodechallenge #connect

Day 144: TUF+ Q. Maximum Depth in BT (Recursive and Iterative) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 144:
TUF+ Q. Maximum Depth in BT (Recursive and Iterative)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 144:
TUF+ Q. Maximum Depth in BT (Recursive and Iterative)

#200daysofcodechallenge #connect

Day 138: TUF+ Q. Rat in a Maze (using recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 138:
TUF+ Q. Rat in a Maze (using recursion)

#200daysofcodechallenge #connect
akshkumart's tweet image. Day 138:
TUF+ Q. Rat in a Maze (using recursion)

#200daysofcodechallenge #connect

Day 135: TUF+ Q. Letter Combinations of a Phone Number (recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 135:
TUF+ Q. Letter Combinations of a Phone Number (recursion)

#200daysofcodechallenge #connect

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

akshkumart's tweet image. Day 146:
TUF+ Q. Maximum path sum (similar logic as yesterday's problem)

#200daysofcodechallenge #connect

Day 131: TUF+ Q. Generate Parenthesis (using recursion) #200daysofcodechallenge #connect

akshkumart's tweet image. Day 131:
TUF+ Q. Generate Parenthesis (using recursion)

#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

TaniyaN05640017's tweet image. 🎉Day 185 of #200DaysOfCodeChallenge 💻
🚀 Today in DSA, I've solve another problem related array on leetcode.
#200daysofcoding #learning #practice #DSA #Tech #revision   #LeetCode #Array

Loading...

Something went wrong.


Something went wrong.


United States Trends