#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
#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
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
✅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
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
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
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
#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
#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
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
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
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_ 🙏🫶
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
#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
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
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
#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
#Day7 Problems solved today⬇️ ➡️ 153. Find Minimum in Rotated Sorted Array ➡️ Find Kth Rotation #ChaiCode #A2ZSheet
#Day6 Problems solved today⬇️ ➡️ 34. Find First and Last Position of Element in Sorted Array ➡️ Floor in a Sorted Array #ChaiCode #A2ZSheet
Day 18🌟 Arrays Hard✅ completed from #striver's #A2Zsheet #tufplus #TUFChallenge #TUFPlusGiveaway @takeUforward_
Day 17🌟 Arrays Hard - ✅ problems done from #striver's #A2Zsheet #tufplus #TUFChallenge #TUFPlusGiveaway #dsa
Something went wrong.
Something went wrong.
United States Trends
- 1. #SmackDown 36.5K posts
- 2. Zack Ryder 9,977 posts
- 3. Landry Shamet 3,275 posts
- 4. Matt Cardona 1,895 posts
- 5. #OPLive 1,409 posts
- 6. Clemson 5,828 posts
- 7. #BostonBlue 1,227 posts
- 8. LA Knight 7,535 posts
- 9. #TNATurningPoint 5,439 posts
- 10. Josh Hart 1,279 posts
- 11. Bronson Reed 1,570 posts
- 12. Marjorie Taylor Greene 25.3K posts
- 13. Ersson N/A
- 14. #Knicks N/A
- 15. Nikes 1,665 posts
- 16. Bill Clinton 155K posts
- 17. End 3Q N/A
- 18. Bubba 46.5K posts
- 19. Clarkson 6,530 posts
- 20. Jey Uso 4,262 posts