#leetcodedailygrind search results

LeetCode Daily Grind –> Day 4 ✅ Done Question 5: Find the Town Judge #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 4 ✅ Done

Question 5: Find the Town Judge

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 3 ✅ Done Question 4: Partition Array Into Three Parts With Equal Sum #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 3 ✅ Done

Question 4: Partition Array Into Three Parts With Equal Sum

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 2 ✅ Done Question 3: Range Addition II #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 2 ✅ Done

Question 3: Range Addition II

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

🧠 LeetCode Daily Grind –> Day 0 ✅ ✅ Question 1: Range Sum Query -> Immutable 🧩 Approach: Prefix Sum Keeping it simple for now, but I’ll gradually increase the difficulty level as I progress 💪 #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. 🧠 LeetCode Daily Grind –> Day 0 ✅

✅ Question 1: Range Sum Query -> Immutable
🧩 Approach: Prefix Sum

Keeping it simple for now, but I’ll gradually increase the difficulty level as I progress 💪

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 1 ✅ Done Question 2: Relative Ranks Approach: Sorting Done in 15 minutes #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 1 ✅ Done

Question 2: Relative Ranks
Approach: Sorting

Done in 15 minutes

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

Day 12 of my LeetCode Daily Grind ✅ Problem: Smallest Index With Equal Value Basically checked each index and matched it with the condition: i % 10 == nums[i] #LeetCodeDailyGrind #100DaysOfCode #MERN #TypeScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. Day 12 of my LeetCode Daily Grind ✅

Problem: Smallest Index With Equal Value

Basically checked each index and matched it with the condition: i % 10 == nums[i]

#LeetCodeDailyGrind #100DaysOfCode #MERN #TypeScript #ProblemSolving #LeetCode

🧠 Day 8 of my LeetCode Grind Today’s problem: Number of Rectangles That Can Form The Largest Square A clean O(n) loop, no fancy logic - just understanding what the question really asks. #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 8 of my LeetCode Grind

Today’s problem: Number of Rectangles That Can Form The Largest Square

A clean O(n) loop, no fancy logic - just understanding what the question really asks.

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

🧠 Day 11 of my LeetCode Grind Today’s problem: Most Frequent Even Element Used a simple Map() to count frequencies of even numbers, then just picked the one with the highest count #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 11 of my LeetCode Grind

Today’s problem: Most Frequent Even Element

Used a simple Map() to count frequencies of even numbers, then just picked the one with the highest count

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

Day 6 of my LeetCode grind Today’s problem: Rank Transform of an Array Learned how handy Set() and Map() can be together for problems like this #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #JavaScript #LeetCode

jitesh_mern_dev's tweet image. Day 6 of my LeetCode grind

Today’s problem: Rank Transform of an Array

Learned how handy Set() and Map() can be together for problems like this

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #JavaScript #LeetCode

🧠 Day 10 of my LeetCode Grind Today’s problem: Odd String Difference Used a simple Map to group words by their difference pattern, and the one with a unique pattern gave the answer #LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 10 of my LeetCode Grind

Today’s problem: Odd String Difference

Used a simple Map to group words by their difference pattern, and the one with a unique pattern gave the answer

#LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

Day 7 of my LeetCode Grind Today’s problem: Minimum Distance to the Target Element Simple but satisfying one - just had to loop through the array, check for target matches, and calculate the min dis #LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. Day 7 of my LeetCode Grind

Today’s problem: Minimum Distance to the Target Element

Simple but satisfying one - just had to loop through the array, check for target matches, and calculate the min dis

#LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

💻 Starting something new -> LeetCode Daily Grind 🚀 I’ll be solving 1 LeetCode question every day and posting my progress here. The goal? Build logic, consistency, and problem-solving discipline. #Day0 -> Let’s Begin. 💪 #LeetCodeDailyGrind #100DaysOfCode #MERN #DevJourney


Day 5 of my LeetCode grind ✅ Today’s problem: Richest Customer Wealth Easy one, but a good reminder that clean loops and reduce() can save so much time. One problem a day, no excuses. #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving

jitesh_mern_dev's tweet image. Day 5 of my LeetCode grind ✅

Today’s problem: Richest Customer Wealth

Easy one, but a good reminder that clean loops and reduce() can save so much time.

One problem a day, no excuses.

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving

🧠 Day 9 of my LeetCode Grind Today’s problem: Find Subarrays With Equal Sum Used a simple Set() to track sums, and if a sum repeats, that’s our answer. #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 9 of my LeetCode Grind

Today’s problem: Find Subarrays With Equal Sum

Used a simple Set() to track sums, and if a sum repeats, that’s our answer.

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

Day 12 of my LeetCode Daily Grind ✅ Problem: Smallest Index With Equal Value Basically checked each index and matched it with the condition: i % 10 == nums[i] #LeetCodeDailyGrind #100DaysOfCode #MERN #TypeScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. Day 12 of my LeetCode Daily Grind ✅

Problem: Smallest Index With Equal Value

Basically checked each index and matched it with the condition: i % 10 == nums[i]

#LeetCodeDailyGrind #100DaysOfCode #MERN #TypeScript #ProblemSolving #LeetCode

🧠 Day 11 of my LeetCode Grind Today’s problem: Most Frequent Even Element Used a simple Map() to count frequencies of even numbers, then just picked the one with the highest count #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 11 of my LeetCode Grind

Today’s problem: Most Frequent Even Element

Used a simple Map() to count frequencies of even numbers, then just picked the one with the highest count

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

🧠 Day 10 of my LeetCode Grind Today’s problem: Odd String Difference Used a simple Map to group words by their difference pattern, and the one with a unique pattern gave the answer #LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 10 of my LeetCode Grind

Today’s problem: Odd String Difference

Used a simple Map to group words by their difference pattern, and the one with a unique pattern gave the answer

#LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

🧠 Day 9 of my LeetCode Grind Today’s problem: Find Subarrays With Equal Sum Used a simple Set() to track sums, and if a sum repeats, that’s our answer. #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 9 of my LeetCode Grind

Today’s problem: Find Subarrays With Equal Sum

Used a simple Set() to track sums, and if a sum repeats, that’s our answer.

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

🧠 Day 8 of my LeetCode Grind Today’s problem: Number of Rectangles That Can Form The Largest Square A clean O(n) loop, no fancy logic - just understanding what the question really asks. #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 8 of my LeetCode Grind

Today’s problem: Number of Rectangles That Can Form The Largest Square

A clean O(n) loop, no fancy logic - just understanding what the question really asks.

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

Day 7 of my LeetCode Grind Today’s problem: Minimum Distance to the Target Element Simple but satisfying one - just had to loop through the array, check for target matches, and calculate the min dis #LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. Day 7 of my LeetCode Grind

Today’s problem: Minimum Distance to the Target Element

Simple but satisfying one - just had to loop through the array, check for target matches, and calculate the min dis

#LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

Day 6 of my LeetCode grind Today’s problem: Rank Transform of an Array Learned how handy Set() and Map() can be together for problems like this #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #JavaScript #LeetCode

jitesh_mern_dev's tweet image. Day 6 of my LeetCode grind

Today’s problem: Rank Transform of an Array

Learned how handy Set() and Map() can be together for problems like this

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #JavaScript #LeetCode

Day 5 of my LeetCode grind ✅ Today’s problem: Richest Customer Wealth Easy one, but a good reminder that clean loops and reduce() can save so much time. One problem a day, no excuses. #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving

jitesh_mern_dev's tweet image. Day 5 of my LeetCode grind ✅

Today’s problem: Richest Customer Wealth

Easy one, but a good reminder that clean loops and reduce() can save so much time.

One problem a day, no excuses.

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving

LeetCode Daily Grind –> Day 4 ✅ Done Question 5: Find the Town Judge #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 4 ✅ Done

Question 5: Find the Town Judge

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 3 ✅ Done Question 4: Partition Array Into Three Parts With Equal Sum #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 3 ✅ Done

Question 4: Partition Array Into Three Parts With Equal Sum

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 2 ✅ Done Question 3: Range Addition II #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 2 ✅ Done

Question 3: Range Addition II

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 1 ✅ Done Question 2: Relative Ranks Approach: Sorting Done in 15 minutes #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 1 ✅ Done

Question 2: Relative Ranks
Approach: Sorting

Done in 15 minutes

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

🧠 LeetCode Daily Grind –> Day 0 ✅ ✅ Question 1: Range Sum Query -> Immutable 🧩 Approach: Prefix Sum Keeping it simple for now, but I’ll gradually increase the difficulty level as I progress 💪 #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. 🧠 LeetCode Daily Grind –> Day 0 ✅

✅ Question 1: Range Sum Query -> Immutable
🧩 Approach: Prefix Sum

Keeping it simple for now, but I’ll gradually increase the difficulty level as I progress 💪

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

💻 Starting something new -> LeetCode Daily Grind 🚀 I’ll be solving 1 LeetCode question every day and posting my progress here. The goal? Build logic, consistency, and problem-solving discipline. #Day0 -> Let’s Begin. 💪 #LeetCodeDailyGrind #100DaysOfCode #MERN #DevJourney


No results for "#leetcodedailygrind"

LeetCode Daily Grind –> Day 3 ✅ Done Question 4: Partition Array Into Three Parts With Equal Sum #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 3 ✅ Done

Question 4: Partition Array Into Three Parts With Equal Sum

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

🧠 LeetCode Daily Grind –> Day 0 ✅ ✅ Question 1: Range Sum Query -> Immutable 🧩 Approach: Prefix Sum Keeping it simple for now, but I’ll gradually increase the difficulty level as I progress 💪 #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. 🧠 LeetCode Daily Grind –> Day 0 ✅

✅ Question 1: Range Sum Query -> Immutable
🧩 Approach: Prefix Sum

Keeping it simple for now, but I’ll gradually increase the difficulty level as I progress 💪

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

LeetCode Daily Grind –> Day 2 ✅ Done Question 3: Range Addition II #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 2 ✅ Done

Question 3: Range Addition II

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

🧠 Day 11 of my LeetCode Grind Today’s problem: Most Frequent Even Element Used a simple Map() to count frequencies of even numbers, then just picked the one with the highest count #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 11 of my LeetCode Grind

Today’s problem: Most Frequent Even Element

Used a simple Map() to count frequencies of even numbers, then just picked the one with the highest count

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

LeetCode Daily Grind –> Day 4 ✅ Done Question 5: Find the Town Judge #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 4 ✅ Done

Question 5: Find the Town Judge

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

Day 7 of my LeetCode Grind Today’s problem: Minimum Distance to the Target Element Simple but satisfying one - just had to loop through the array, check for target matches, and calculate the min dis #LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. Day 7 of my LeetCode Grind

Today’s problem: Minimum Distance to the Target Element

Simple but satisfying one - just had to loop through the array, check for target matches, and calculate the min dis

#LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

Day 12 of my LeetCode Daily Grind ✅ Problem: Smallest Index With Equal Value Basically checked each index and matched it with the condition: i % 10 == nums[i] #LeetCodeDailyGrind #100DaysOfCode #MERN #TypeScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. Day 12 of my LeetCode Daily Grind ✅

Problem: Smallest Index With Equal Value

Basically checked each index and matched it with the condition: i % 10 == nums[i]

#LeetCodeDailyGrind #100DaysOfCode #MERN #TypeScript #ProblemSolving #LeetCode

LeetCode Daily Grind –> Day 1 ✅ Done Question 2: Relative Ranks Approach: Sorting Done in 15 minutes #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

jitesh_mern_dev's tweet image. LeetCode Daily Grind –> Day 1 ✅ Done

Question 2: Relative Ranks
Approach: Sorting

Done in 15 minutes

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #LeetCode #DevJourney

🧠 Day 8 of my LeetCode Grind Today’s problem: Number of Rectangles That Can Form The Largest Square A clean O(n) loop, no fancy logic - just understanding what the question really asks. #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 8 of my LeetCode Grind

Today’s problem: Number of Rectangles That Can Form The Largest Square

A clean O(n) loop, no fancy logic - just understanding what the question really asks.

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

Day 6 of my LeetCode grind Today’s problem: Rank Transform of an Array Learned how handy Set() and Map() can be together for problems like this #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #JavaScript #LeetCode

jitesh_mern_dev's tweet image. Day 6 of my LeetCode grind

Today’s problem: Rank Transform of an Array

Learned how handy Set() and Map() can be together for problems like this

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving #JavaScript #LeetCode

🧠 Day 10 of my LeetCode Grind Today’s problem: Odd String Difference Used a simple Map to group words by their difference pattern, and the one with a unique pattern gave the answer #LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 10 of my LeetCode Grind

Today’s problem: Odd String Difference

Used a simple Map to group words by their difference pattern, and the one with a unique pattern gave the answer

#LeetCodeDailyGrind #100DaysOfCode #MERN #JavaScript #ProblemSolving #LeetCode

Day 5 of my LeetCode grind ✅ Today’s problem: Richest Customer Wealth Easy one, but a good reminder that clean loops and reduce() can save so much time. One problem a day, no excuses. #LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving

jitesh_mern_dev's tweet image. Day 5 of my LeetCode grind ✅

Today’s problem: Richest Customer Wealth

Easy one, but a good reminder that clean loops and reduce() can save so much time.

One problem a day, no excuses.

#LeetCodeDailyGrind #100DaysOfCode #MERN #ProblemSolving

🧠 Day 9 of my LeetCode Grind Today’s problem: Find Subarrays With Equal Sum Used a simple Set() to track sums, and if a sum repeats, that’s our answer. #LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

jitesh_mern_dev's tweet image. 🧠 Day 9 of my LeetCode Grind

Today’s problem: Find Subarrays With Equal Sum

Used a simple Set() to track sums, and if a sum repeats, that’s our answer.

#LeetCodeDailyGrind #100DaysOfCode #JavaScript #MERN #ProblemSolving #LeetCode

Loading...

Something went wrong.


Something went wrong.


United States Trends