#dsaprogress search results
Cracked today's LC POTD again and kept the streak alive! ✅ Today's DSA Progress: - Fruits Into Baskets ✔️ - Max Consecutive Ones III ✔️ - Adjacent Increasing Subarrays Detection I ✔️ Also, Hit Day 14/14 streak on TUF+! #DSAProgress #LeetCode @striver_79
Day 17 of #DSA: Explored generating subsequences of a string and sorting them lexicographically. Learned how recursion and sorting can work together to solve such problems efficiently! Loving the journey of problem-solving! #CodingJourney #DSAProgress #LearnInPublic
One more step ahead in DSA – Topological Sort done! Thanks to @striver_79 for making DSA easier to learn. 🙌 #DSAProgress #Coding #connect #striver #gfg
Day 3 Update #7DaysDSAChallenge Solved: Merge Two Sorted Linked Lists @Arsh_saini_1333 — done! #CodeChallenge #DSAProgress #CONNECT
Day 11 of DSA: 💧 Today, I solved the Water Bottles Problem on LeetCode! 🚰 🧮 Input: numBottles = 9, numExchange = 3 ✨ Output: 13 🔍 Explanation: Drink 9 bottles, exchange 3 empties for 1 full bottle ➡️ total = 13 bottles! 📚 #DSAProgress #LeetCode #CodingJourney
Day 26/160: Tackling the classic 'Non-overlapping Intervals' problem today! Sorting, comparing, and ensuring no overlaps—another step forward in mastering DSA! 💻✨ #CodingJourney #100DaysOfCode #DSAProgress #gfg160 #geekstreak2024 #womenintech
Learned 2 different variants of rearranging Array elements positive and negative numbers alternatively from @striver_79 bhaiya. #StriversA2ZDsa #DSAProgress
#ArrayOperations ⚙️ #DSAProgress 🚀 #LoopsInAction 🔄 #ProblemSolving 💡 #Day8Completed ✅ #CodingJourney 👨💻
Cracked the concept of finding the next permutation of an array, thanks to @striver_79 bhaiya's brilliant explanation! It's not just about solving problems; it's about understanding the 'why' behind the steps. A game-changer for coding interviews! #DSAProgress #StriversA2ZDsa
Leaders in an array—such a fascinating concept! Grateful to @striver_79 Bhaiya for teaching it with such clarity. It’s amazing how simple logic can make complex problems intuitive. #DSAProgress #StriversA2ZDsa
Learned how to find elements appearing > ⌊n/3⌋ times in an array! Big thanks to @striver_79 bhaiya for the guidance! Key insight: At most 2 candidates possible. Efficient O(2n) time, O(1) space—clean and smart! #StriversA2ZDsa #DSAProgress
Just mastered the Spiral Traversal of a Matrix! It’s such a fun and essential concept for matrix-related problems. Big thanks to @striver_79 bhaiya. His step-by-step approach made it so easy to understand and implement. #StriversA2ZDsa #DSAProgress
Learned Pascal's Triangle from @striver_79 bhaiya. In just a few simple steps, I understood how to generate rows of the triangle, element present at given row and column and printing whole triangle using basic maths and some observations. #StriversA2ZDsa #DSAProgress
Just wrapped my head around the Count All Subarrays with Given Sum problem! A huge shoutout to @striver_79 bhaiya for breaking it down step by step. His explanation of prefix sums and hashmaps made it so much easier to approach. #StriversA2ZDsa #DSAProgress
Learned how to rotate a matrix from @striver_79 bhaiya. The concept might seem tricky at first, but bhaiya’s explanation made it so easy to grasp. First, you transpose the matrix. Then, reverse each row and done. Big thanks to @striver_79 bhaiya. #StriversA2ZDsa #DSAProgress
Understood the Longest Consecutive Sequence problem thanks to @striver_79 bhaiya! The way he breaks down problems into simple steps is next level. Learned how to solve it in O(n) using sets. Feeling more confident in tackling such questions now! #DSAProgress #StriversA2ZDsa
Just finished Set Matrix Zeroes with the guidance of @striver_79 bhaiya! I explored all the approaches, starting from the brute force and gradually understanding the optimal solution. Feeling unstoppable and excited to tackle more challenges ahead! #DSAProgress #StriversA2ZDsa
📈Progrss update: Learned about Characters & Strings and their important STL functions😎. Also solved Reverse Strings problem on @LeetCode 🔥 TIP : Have patience while coding when code doesn't run as expected. #DSAProgress #100DaysOfCode #CodingJourney
🎉 Recursion victory! Today I conquered: ✅ atoi() recursive implementation ✅ Pow(x, n) function ✅ Count Good Numbers problem ✅ Stack sorting with recursion ✅ Stack reversal with recursion #RecursionMastery #CodingChallenge #DSAProgress #StackManipulation #ProblemSolvingSkill
Cracked today's LC POTD again and kept the streak alive! ✅ Today's DSA Progress: - Fruits Into Baskets ✔️ - Max Consecutive Ones III ✔️ - Adjacent Increasing Subarrays Detection I ✔️ Also, Hit Day 14/14 streak on TUF+! #DSAProgress #LeetCode @striver_79
📅 Day 19 & 20 Progress – #100DaysOfCode | #DSA 🚀 Day 19: ✅ Completed Level 6 of Linked List ✅ Solved 3 additional Linked List questions 🚀 Day 20: ✅ Started Level 5 of Strings ✅ Solved 6 String questions 📊 Total Progress: 147 / 455 #DSAProgress #CodingJourney
Day 103 of #gfg160daychallenge done! Tackled one of the classic stack problems – Histogram Max Rectangle Area. #DSAProgress #GFG #gfg160 #GFG160 #geekstreak2025 #geeksforgeeks #ProblemSolving #Consistency #DSA #CodingChallenge @geeksforgeeks
🚀Day 39 #100DaysOfCode Revised 2 Array lectures today. 🧠 Dry ran problems 🔍 Explored patterns & edge cases Consistency isn't flashy — it's serious progress. 💻 GitHub: shorturl.at/DPQJV ⏱️ Time log: shorturl.at/9eosl #DSAProgress #CodeNewbie #ConsistentCoder
Day 3 Update #7DaysDSAChallenge Solved: Merge Two Sorted Linked Lists @Arsh_saini_1333 — done! #CodeChallenge #DSAProgress #CONNECT
📍Day 51 – #gfg160 DSA Challenge ✅Solved: Longest Substring with Distinct Characters ⚡Felt similar to last one, solved in first go! 🧠Confidence is compounding after days of consistency #SlidingWindow #DSAProgress #CodingConsistency
One more step ahead in DSA – Topological Sort done! Thanks to @striver_79 for making DSA easier to learn. 🙌 #DSAProgress #Coding #connect #striver #gfg
Day 39 ✅ | Cracked 'Search in a Row-Wise Sorted Matrix' from GfG 160!📊🔍 Bit by bit, building up that problem-solving muscle 💪 #160DaysOfCode #GFGPractice #DSAProgress #gfg160 #geekstreak2025 #GFG2025 @geeksforgeeks
📅 Day 41 – #gfg160 DSA Challenge ✅ Solved 1 medium question 🤔 Bit conditional, but not tough once understood 💡 Tried solo first, then took a small hint ⏱️ Took ~30 mins to complete #Hashing #DSAProgress
Day 32/160 ✅ | Cracked the 'K-th element of two Arrays' 🔍💥 Merging logic + binary search = powerful combo 💡 #160DaysOfProblemSolving #GfGChallenge #DSAProgress #gfg160 #geekstreak2025 #GFG2025 @geeksforgeeks
Day 19 💫 Cracked the 'Min Chars to Add for Palindrome' problem using KMP! All 1112 test cases passed ✅ Even though I peeked at the full solution, the concept now feels solid. Onward to Day 20! #gfg160 #DSAProgress #PalindromeLogic #KMPMastery #KeepLearning #geekstreak2025
Day 268 of #DSA: ✅ Solved Minimum Index of a Valid Split 🔄 Revised Recursion: - Printing all subsequences of an array where sum equals a given sum 🎯 #Recursion #DSAProgress
Cracked today's LC POTD again and kept the streak alive! ✅ Today's DSA Progress: - Fruits Into Baskets ✔️ - Max Consecutive Ones III ✔️ - Adjacent Increasing Subarrays Detection I ✔️ Also, Hit Day 14/14 streak on TUF+! #DSAProgress #LeetCode @striver_79
Day 3 Update #7DaysDSAChallenge Solved: Merge Two Sorted Linked Lists @Arsh_saini_1333 — done! #CodeChallenge #DSAProgress #CONNECT
Day 26/160: Tackling the classic 'Non-overlapping Intervals' problem today! Sorting, comparing, and ensuring no overlaps—another step forward in mastering DSA! 💻✨ #CodingJourney #100DaysOfCode #DSAProgress #gfg160 #geekstreak2024 #womenintech
One more step ahead in DSA – Topological Sort done! Thanks to @striver_79 for making DSA easier to learn. 🙌 #DSAProgress #Coding #connect #striver #gfg
📈Progrss update: Learned about Characters & Strings and their important STL functions😎. Also solved Reverse Strings problem on @LeetCode 🔥 TIP : Have patience while coding when code doesn't run as expected. #DSAProgress #100DaysOfCode #CodingJourney
Day 17 of #DSA: Explored generating subsequences of a string and sorting them lexicographically. Learned how recursion and sorting can work together to solve such problems efficiently! Loving the journey of problem-solving! #CodingJourney #DSAProgress #LearnInPublic
Day 11 of DSA: 💧 Today, I solved the Water Bottles Problem on LeetCode! 🚰 🧮 Input: numBottles = 9, numExchange = 3 ✨ Output: 13 🔍 Explanation: Drink 9 bottles, exchange 3 empties for 1 full bottle ➡️ total = 13 bottles! 📚 #DSAProgress #LeetCode #CodingJourney
Learned 2 different variants of rearranging Array elements positive and negative numbers alternatively from @striver_79 bhaiya. #StriversA2ZDsa #DSAProgress
Day 103 of #gfg160daychallenge done! Tackled one of the classic stack problems – Histogram Max Rectangle Area. #DSAProgress #GFG #gfg160 #GFG160 #geekstreak2025 #geeksforgeeks #ProblemSolving #Consistency #DSA #CodingChallenge @geeksforgeeks
Problem 10/160 ✅ Cracked 'Kadane’s Algorithm' as part of the @geeksforgeeks DSA Challenge! 🧠✨ This classic problem taught me the power of finding the maximum subarray sum in linear time! Let’s keep climbing—150 more to go! 🚀 #gfg160 #geeklife #DSAProgress
Studied Moore's Voting Algorithm for finding the majority element and explored all approaches shared by @striver_79 bhaiya. His insights make problem-solving so much clearer! Thanks a lot @striver_79 bhaiya🙌 #StriversA2ZDsa #DSAProgress
Leaders in an array—such a fascinating concept! Grateful to @striver_79 Bhaiya for teaching it with such clarity. It’s amazing how simple logic can make complex problems intuitive. #DSAProgress #StriversA2ZDsa
Learned how to find elements appearing > ⌊n/3⌋ times in an array! Big thanks to @striver_79 bhaiya for the guidance! Key insight: At most 2 candidates possible. Efficient O(2n) time, O(1) space—clean and smart! #StriversA2ZDsa #DSAProgress
Just mastered the Spiral Traversal of a Matrix! It’s such a fun and essential concept for matrix-related problems. Big thanks to @striver_79 bhaiya. His step-by-step approach made it so easy to understand and implement. #StriversA2ZDsa #DSAProgress
🎉 Recursion victory! Today I conquered: ✅ atoi() recursive implementation ✅ Pow(x, n) function ✅ Count Good Numbers problem ✅ Stack sorting with recursion ✅ Stack reversal with recursion #RecursionMastery #CodingChallenge #DSAProgress #StackManipulation #ProblemSolvingSkill
Learned Pascal's Triangle from @striver_79 bhaiya. In just a few simple steps, I understood how to generate rows of the triangle, element present at given row and column and printing whole triangle using basic maths and some observations. #StriversA2ZDsa #DSAProgress
Just wrapped my head around the Count All Subarrays with Given Sum problem! A huge shoutout to @striver_79 bhaiya for breaking it down step by step. His explanation of prefix sums and hashmaps made it so much easier to approach. #StriversA2ZDsa #DSAProgress
Learned how to rotate a matrix from @striver_79 bhaiya. The concept might seem tricky at first, but bhaiya’s explanation made it so easy to grasp. First, you transpose the matrix. Then, reverse each row and done. Big thanks to @striver_79 bhaiya. #StriversA2ZDsa #DSAProgress
Understood the Longest Consecutive Sequence problem thanks to @striver_79 bhaiya! The way he breaks down problems into simple steps is next level. Learned how to solve it in O(n) using sets. Feeling more confident in tackling such questions now! #DSAProgress #StriversA2ZDsa
Something went wrong.
Something went wrong.
United States Trends
- 1. Jets 58.6K posts
- 2. Henderson 17.8K posts
- 3. Justin Fields 5,613 posts
- 4. Drake Maye 13.5K posts
- 5. AD Mitchell 1,903 posts
- 6. Patriots 126K posts
- 7. Judge 170K posts
- 8. Cal Raleigh 6,019 posts
- 9. Diggs 7,277 posts
- 10. Pats 12K posts
- 11. Purdue 8,422 posts
- 12. #TNFonPrime 2,479 posts
- 13. #911onABC 14.8K posts
- 14. #TNAiMPACT 4,657 posts
- 15. Braden Smith 1,440 posts
- 16. John Metchie N/A
- 17. AL MVP 15.7K posts
- 18. Mack Hollins 2,501 posts
- 19. #JetUp 1,825 posts
- 20. #NYJvsNE 1,696 posts