#a2zsheet search results

#TUFWinterArc with Striver A2Z DSA 💪 Completed Lecture 2 - revised pattterns concepts! Revision is the key, and this challenge is the best way to revisit everything learned. @takeUforward_ #A2ZSheet #striver #DSA

DhruvJohri_'s tweet image. #TUFWinterArc with Striver A2Z DSA 💪 Completed Lecture 2 - revised pattterns concepts! Revision is the key, and this challenge is the best way to revisit everything learned.

@takeUforward_ #A2ZSheet #striver #DSA

#Day23 of #100DaysOfCode 🚀 Today didn’t go as productive as I expected, but I still pushed myself to maintain the streak. Completed a few lectures from @striver_79’s #A2ZSheet! 🌱 #LeetCode #ProblemSolving #Consistency #TUFWinterArc #sundayvibes

itsnazarealam's tweet image. #Day23 of #100DaysOfCode 🚀
Today didn’t go as productive as I expected, but I still pushed myself to maintain the streak.
Completed a few lectures from @striver_79’s #A2ZSheet! 🌱
#LeetCode #ProblemSolving #Consistency #TUFWinterArc #sundayvibes

A2Z Sheet 50% completed 🥳 @striver_79 DP series bhi 90% ho gyi h ab bas Graph rah jaygi nut wo bhi iss semester complete krne ka try kronga #A2ZSheet

DexterIfti's tweet image. A2Z Sheet 50% completed 🥳   @striver_79 
DP series bhi 90% ho gyi h 
ab bas Graph rah jaygi
nut wo bhi iss semester complete krne ka try kronga  
#A2ZSheet

Completed DP on subsequences and DP on strings — did 3 questions on each from the A2Z sheet. Now DP feels so easy — all thanks to @striver_79. #DP #DynamicProgramming #A2ZSheet #CompetitiveProgramming #Coding #Striver

UtkKumawat's tweet image. Completed DP on subsequences and DP on strings — did 3 questions on each from the A2Z sheet. Now DP feels so easy — all thanks to @striver_79.

#DP #DynamicProgramming #A2ZSheet #CompetitiveProgramming #Coding #Striver

2149. Rearrange Array Elements by sign has my solution taking two index counts where positive first index =0,and negative Index starts from 1, so find them a keep them before hand on the new Array(space complexity compromised) #A2ZSheet #Java #LearningInPublic

SamikshyaNanda4's tweet image. 2149. Rearrange Array Elements by sign has my solution taking two index counts where  positive first index =0,and negative Index starts from 1, so find them a keep them before hand on the new Array(space complexity compromised) #A2ZSheet #Java #LearningInPublic

✅Finished the sliding window topic from #A2ZSheet It was quiet interesting topic. Was able to solve problems on my own as well!🥰 Thanks to @striver_79 @takeUforward_ 🙏🫶

elpranav05's tweet image. ✅Finished the sliding window topic from #A2ZSheet
It was quiet interesting topic. Was able to solve problems on my own as well!🥰
Thanks to @striver_79 @takeUforward_ 🙏🫶

I hope this optimized approach of writing two sum solution with O(n) Time and space complexity provided some value. highly relatable to a previous question maximum subarray for k, with optimized approach for -&+ integer arrays #java #striver #A2ZSheet #LearningInPublic

SamikshyaNanda4's tweet image. I hope this optimized approach of writing two sum solution with O(n) Time and space complexity provided some value. highly relatable to a previous question maximum subarray for  k, with optimized approach for -&+ integer arrays #java #striver #A2ZSheet #LearningInPublic

#Day18 Problem solved today✅ - 15. 3Sum #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day18

Problem solved today✅
- 15. 3Sum

#ChaiCode #A2ZSheet

Done with Bit manipulation from #a2zsheet 👍 Going to start Sliding Window and Two pointer problems from today onwards Feel free to share bit manipulation problems for more practice

goyalishika132's tweet image. Done with Bit manipulation from #a2zsheet 👍
Going to start  Sliding Window and Two pointer problems from today onwards
Feel free to share bit manipulation problems for more practice

#Day11 Problem solved today✅ - Square Root #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day11
Problem solved today✅
- Square Root
#ChaiCode #A2ZSheet

#Day13 Problem solved today✅ - 54. Spiral Matrix #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day13
Problem solved today✅
- 54. Spiral Matrix
#ChaiCode #A2ZSheet

#Day16 Problem solved today✅ - 20. Valid Parentheses #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day16
Problem solved today✅
- 20. Valid Parentheses
#ChaiCode #A2ZSheet

#Day10 Problems solved today✅ - 162. Find Peak Element #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day10
Problems solved today✅
- 162. Find Peak Element
#ChaiCode #A2ZSheet

I lost my marks on a sheet🤯 Is it due to new features ?? I want them indeed ( they are the reason for my motivation) 😢😢 Are there more peeps like me? #a2zsheet #takeuforward

goyalishika132's tweet image. I lost my marks on a sheet🤯
Is it due to new features ??
I want them indeed ( they are the reason for my motivation)
😢😢
Are there more peeps like me?
#a2zsheet #takeuforward

#Day15 Problem solved today✅ - 14. Longest Common Prefix #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day15
Problem solved today✅
- 14. Longest Common Prefix
#ChaiCode #A2ZSheet

#Day17 Problem solved today✅ - 11. Container With Most Water #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day17
Problem solved today✅
- 11. Container With Most Water
#ChaiCode #A2ZSheet

#Day12 Problem solved today✅ - 4. Median of Two Sorted Arrays #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day12
Problem solved today✅
- 4. Median of Two Sorted Arrays
#ChaiCode #A2ZSheet

#Day9 Problems solved today✅ - 540. Single Element in a Sorted Array #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day9
Problems solved today✅
- 540. Single Element in a Sorted Array
#ChaiCode #A2ZSheet

Now it's done ✅ binary trees #a2zsheet #tuf #striver #dsa

shubhujazz's tweet image. Now it's done ✅ binary trees #a2zsheet #tuf #striver #dsa

#Day14 Problem solved today✅ - 28. Find the Index of the First Occurrence in a String #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day14
Problem solved today✅
- 28. Find the Index of the First Occurrence in a String
#ChaiCode #A2ZSheet

2149. Rearrange Array Elements by sign has my solution taking two index counts where positive first index =0,and negative Index starts from 1, so find them a keep them before hand on the new Array(space complexity compromised) #A2ZSheet #Java #LearningInPublic

SamikshyaNanda4's tweet image. 2149. Rearrange Array Elements by sign has my solution taking two index counts where  positive first index =0,and negative Index starts from 1, so find them a keep them before hand on the new Array(space complexity compromised) #A2ZSheet #Java #LearningInPublic

121. Best Time to Buy and Sell Stock(LC) question has this buy point where you decide which stock is right at that current time having a track of what is minimum, maximum, and current at that particular period looping once #A2ZSheet #Java #LearningInPublic

SamikshyaNanda4's tweet image. 121. Best Time to Buy and Sell Stock(LC) question has this buy  point where you decide which stock is right at that current time having a track of what is minimum, maximum, and current at that particular period looping once #A2ZSheet #Java #LearningInPublic

#Day23 of #100DaysOfCode 🚀 Today didn’t go as productive as I expected, but I still pushed myself to maintain the streak. Completed a few lectures from @striver_79’s #A2ZSheet! 🌱 #LeetCode #ProblemSolving #Consistency #TUFWinterArc #sundayvibes

itsnazarealam's tweet image. #Day23 of #100DaysOfCode 🚀
Today didn’t go as productive as I expected, but I still pushed myself to maintain the streak.
Completed a few lectures from @striver_79’s #A2ZSheet! 🌱
#LeetCode #ProblemSolving #Consistency #TUFWinterArc #sundayvibes

When solving 169.Majority Element(LC) my approach here is to put everything in HashMap and then and there check if the number is max of half. But also consider for odd and ever numbers of element in array. Will post optimized soon . #A2ZSheet @Striver #LearningInPublic #Java

SamikshyaNanda4's tweet image. When solving 169.Majority Element(LC) my approach here is to put everything in HashMap and then and there check if the number is max of half.
But also consider for odd and ever numbers of element in array. Will post optimized soon .
#A2ZSheet @Striver #LearningInPublic  #Java

#TUFWinterArc with Striver A2Z DSA 💪 Completed Lecture 2 - revised pattterns concepts! Revision is the key, and this challenge is the best way to revisit everything learned. @takeUforward_ #A2ZSheet #striver #DSA

DhruvJohri_'s tweet image. #TUFWinterArc with Striver A2Z DSA 💪 Completed Lecture 2 - revised pattterns concepts! Revision is the key, and this challenge is the best way to revisit everything learned.

@takeUforward_ #A2ZSheet #striver #DSA

I hope this optimized approach of writing two sum solution with O(n) Time and space complexity provided some value. highly relatable to a previous question maximum subarray for k, with optimized approach for -&+ integer arrays #java #striver #A2ZSheet #LearningInPublic

SamikshyaNanda4's tweet image. I hope this optimized approach of writing two sum solution with O(n) Time and space complexity provided some value. highly relatable to a previous question maximum subarray for  k, with optimized approach for -&+ integer arrays #java #striver #A2ZSheet #LearningInPublic

Find the number that appears once, and the other numbers twice, I did it with a Hash Set so to remove duplicates. The optimal solution is of course XOR way of doing things,but only for even occurrence to get removed. #java #A2ZSheet #Strivers #learninginpublic

SamikshyaNanda4's tweet image. Find the number that appears once, and the other numbers twice,
I did it with a Hash Set so to remove duplicates.
The optimal solution is of course XOR way of doing things,but only for even occurrence to get removed.
#java #A2ZSheet #Strivers #learninginpublic
SamikshyaNanda4's tweet image. Find the number that appears once, and the other numbers twice,
I did it with a Hash Set so to remove duplicates.
The optimal solution is of course XOR way of doing things,but only for even occurrence to get removed.
#java #A2ZSheet #Strivers #learninginpublic

Count Maximum Consecutive One's in the array, just iterate though and keep track of MaxCount thats it . #A2ZSheet #Strivers #Java #LearningInPublic

SamikshyaNanda4's tweet image. Count Maximum Consecutive One's in the array, just iterate though and keep track of MaxCount thats it .
#A2ZSheet #Strivers #Java #LearningInPublic

After some dry run got to know how internally XOR is working under the hood with its commutative and associative properities in the question 268. Missing number Leetcode. #A2ZSheet #Strivers #Java #DSA #MissingNumberInAnArray

SamikshyaNanda4's tweet image. After some dry run got to know how internally XOR is working under the hood with its commutative and associative properities in the question 268. Missing number Leetcode.
#A2ZSheet #Strivers #Java #DSA #MissingNumberInAnArray
SamikshyaNanda4's tweet image. After some dry run got to know how internally XOR is working under the hood with its commutative and associative properities in the question 268. Missing number Leetcode.
#A2ZSheet #Strivers #Java #DSA #MissingNumberInAnArray
SamikshyaNanda4's tweet image. After some dry run got to know how internally XOR is working under the hood with its commutative and associative properities in the question 268. Missing number Leetcode.
#A2ZSheet #Strivers #Java #DSA #MissingNumberInAnArray

Completed DP on subsequences and DP on strings — did 3 questions on each from the A2Z sheet. Now DP feels so easy — all thanks to @striver_79. #DP #DynamicProgramming #A2ZSheet #CompetitiveProgramming #Coding #Striver

UtkKumawat's tweet image. Completed DP on subsequences and DP on strings — did 3 questions on each from the A2Z sheet. Now DP feels so easy — all thanks to @striver_79.

#DP #DynamicProgramming #A2ZSheet #CompetitiveProgramming #Coding #Striver

Complication on it's peak 🤯 Recursion with DP 🙌 @striver_79 @takeUforward_ #dsa #dp #a2zsheet Problem -> naukri.com/code360/proble…

vishaldev29's tweet image. Complication on it's peak 🤯
Recursion with DP 🙌
@striver_79 @takeUforward_ 
#dsa #dp #a2zsheet 

Problem -> naukri.com/code360/proble…

✅Finished the sliding window topic from #A2ZSheet It was quiet interesting topic. Was able to solve problems on my own as well!🥰 Thanks to @striver_79 @takeUforward_ 🙏🫶

elpranav05's tweet image. ✅Finished the sliding window topic from #A2ZSheet
It was quiet interesting topic. Was able to solve problems on my own as well!🥰
Thanks to @striver_79 @takeUforward_ 🙏🫶

Today's progress:- ✅Solved 5 more problems on Sliding window from A2Z Sheet @takeUforward_ @striver_79 🫶 ✅Solved all of them in cpp and js both ! Thanks to @kirat_tw 😅 ✅Built new connections on @X 🤝 ✅Excited to learn tomorrow as well ⚡️ #DSA #A2ZSheet #100xDevs

elpranav05's tweet image. Today's progress:-
✅Solved 5 more problems on Sliding window from A2Z Sheet @takeUforward_ @striver_79 🫶
✅Solved all of them in cpp and js both ! Thanks to @kirat_tw 😅
✅Built new connections on @X 🤝
✅Excited to learn tomorrow as well ⚡️

#DSA #A2ZSheet #100xDevs

Excited to build new connections and get started with my consistent coding grind! #DSA #Cohort3 #A2ZSheet


Day 8 of #A2ZSheet + Backend Dev Dsa Sheet Step 3 Done 6 question array (78/455) Backend Dev Real-time magic with Socket.IO File uploads made easy using Multer #100DaysOfCode #DevJourney #MERN #DSA


Day 7 of #A2ZSheet + Backend Dev ✅ Authentication and Authorisation 🥲nothing in dsa part #MERN #DSA


Day 6 of #A2ZSheet + Backend Dev ✅ Solved 6 Array DSA questions (74/455) 🥲nothing in devlopment part #MERN #DSA


No results for "#a2zsheet"

#Day23 of #100DaysOfCode 🚀 Today didn’t go as productive as I expected, but I still pushed myself to maintain the streak. Completed a few lectures from @striver_79’s #A2ZSheet! 🌱 #LeetCode #ProblemSolving #Consistency #TUFWinterArc #sundayvibes

itsnazarealam's tweet image. #Day23 of #100DaysOfCode 🚀
Today didn’t go as productive as I expected, but I still pushed myself to maintain the streak.
Completed a few lectures from @striver_79’s #A2ZSheet! 🌱
#LeetCode #ProblemSolving #Consistency #TUFWinterArc #sundayvibes

#TUFWinterArc with Striver A2Z DSA 💪 Completed Lecture 2 - revised pattterns concepts! Revision is the key, and this challenge is the best way to revisit everything learned. @takeUforward_ #A2ZSheet #striver #DSA

DhruvJohri_'s tweet image. #TUFWinterArc with Striver A2Z DSA 💪 Completed Lecture 2 - revised pattterns concepts! Revision is the key, and this challenge is the best way to revisit everything learned.

@takeUforward_ #A2ZSheet #striver #DSA

#Day18 Problem solved today✅ - 15. 3Sum #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day18

Problem solved today✅
- 15. 3Sum

#ChaiCode #A2ZSheet

#Day11 Problem solved today✅ - Square Root #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day11
Problem solved today✅
- Square Root
#ChaiCode #A2ZSheet

#Day13 Problem solved today✅ - 54. Spiral Matrix #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day13
Problem solved today✅
- 54. Spiral Matrix
#ChaiCode #A2ZSheet

#Day16 Problem solved today✅ - 20. Valid Parentheses #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day16
Problem solved today✅
- 20. Valid Parentheses
#ChaiCode #A2ZSheet

#Day10 Problems solved today✅ - 162. Find Peak Element #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day10
Problems solved today✅
- 162. Find Peak Element
#ChaiCode #A2ZSheet

Completed DP on subsequences and DP on strings — did 3 questions on each from the A2Z sheet. Now DP feels so easy — all thanks to @striver_79. #DP #DynamicProgramming #A2ZSheet #CompetitiveProgramming #Coding #Striver

UtkKumawat's tweet image. Completed DP on subsequences and DP on strings — did 3 questions on each from the A2Z sheet. Now DP feels so easy — all thanks to @striver_79.

#DP #DynamicProgramming #A2ZSheet #CompetitiveProgramming #Coding #Striver

#Day15 Problem solved today✅ - 14. Longest Common Prefix #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day15
Problem solved today✅
- 14. Longest Common Prefix
#ChaiCode #A2ZSheet

#Day17 Problem solved today✅ - 11. Container With Most Water #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day17
Problem solved today✅
- 11. Container With Most Water
#ChaiCode #A2ZSheet

#Day12 Problem solved today✅ - 4. Median of Two Sorted Arrays #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day12
Problem solved today✅
- 4. Median of Two Sorted Arrays
#ChaiCode #A2ZSheet

A2Z Sheet 50% completed 🥳 @striver_79 DP series bhi 90% ho gyi h ab bas Graph rah jaygi nut wo bhi iss semester complete krne ka try kronga #A2ZSheet

DexterIfti's tweet image. A2Z Sheet 50% completed 🥳   @striver_79 
DP series bhi 90% ho gyi h 
ab bas Graph rah jaygi
nut wo bhi iss semester complete krne ka try kronga  
#A2ZSheet

#Day9 Problems solved today✅ - 540. Single Element in a Sorted Array #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day9
Problems solved today✅
- 540. Single Element in a Sorted Array
#ChaiCode #A2ZSheet

#Day14 Problem solved today✅ - 28. Find the Index of the First Occurrence in a String #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day14
Problem solved today✅
- 28. Find the Index of the First Occurrence in a String
#ChaiCode #A2ZSheet

#Day8 Problems solved today⬇️ ➡️ 33. Search in Rotated Sorted Array ➡️ 81. Search in Rotated Sorted Array II #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day8
Problems solved today⬇️
➡️ 33. Search in Rotated Sorted Array
➡️ 81. Search in Rotated Sorted Array II
#ChaiCode #A2ZSheet
BytesWithAnkit's tweet image. #Day8
Problems solved today⬇️
➡️ 33. Search in Rotated Sorted Array
➡️ 81. Search in Rotated Sorted Array II
#ChaiCode #A2ZSheet

#Day7 Problems solved today⬇️ ➡️ 153. Find Minimum in Rotated Sorted Array ➡️ Find Kth Rotation #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day7
Problems solved today⬇️
➡️ 153. Find Minimum in Rotated Sorted Array
➡️ Find Kth Rotation
#ChaiCode #A2ZSheet
BytesWithAnkit's tweet image. #Day7
Problems solved today⬇️
➡️ 153. Find Minimum in Rotated Sorted Array
➡️ Find Kth Rotation
#ChaiCode #A2ZSheet

Now it's done ✅ binary trees #a2zsheet #tuf #striver #dsa

shubhujazz's tweet image. Now it's done ✅ binary trees #a2zsheet #tuf #striver #dsa

#Day6 Problems solved today⬇️ ➡️ 34. Find First and Last Position of Element in Sorted Array ➡️ Floor in a Sorted Array #ChaiCode #A2ZSheet

BytesWithAnkit's tweet image. #Day6
Problems solved today⬇️
➡️ 34. Find First and Last Position of Element in Sorted Array
➡️ Floor in a Sorted Array
#ChaiCode #A2ZSheet
BytesWithAnkit's tweet image. #Day6
Problems solved today⬇️
➡️ 34. Find First and Last Position of Element in Sorted Array
➡️ Floor in a Sorted Array
#ChaiCode #A2ZSheet

Day 17🌟 Arrays Hard - ✅ problems done from #striver's #A2Zsheet #tufplus #TUFChallenge #TUFPlusGiveaway #dsa

khushboo_raii's tweet image. Day 17🌟 
Arrays Hard - ✅ problems done from #striver's #A2Zsheet 
#tufplus #TUFChallenge #TUFPlusGiveaway #dsa

Loading...

Something went wrong.


Something went wrong.


United States Trends