Explore tweets tagged as #Subarrays
🚀 Day 68 of #100DaysOfDSA. Today, I explored stack concepts:.✅ Reverse a stack.✅ Push an element at the bottom or any index.✅ Reverse a stack using recursion.✅ Push an element at the bottom recursively. Solved LeetCode POTD:.🔹 2411. Smallest Subarrays With Maximum Bitwise
1
0
30
🚀 Day 33 of #100DaysOfCode. ✅ Solved: Leetcode 907 – Sum of Subarray Minimums.📊 Used monotonic stacks to optimize brute-force O(n²) ➝ O(n).Approach:. For each element arr[i], calculate how many subarrays it is the minimum in. #Leetcode #DSA #Codeforces #Coding
0
0
10
🚀Day 57 of #100DaysOfCode.Problem: Count subarrays with a given sum.• Approch : Using prefix sums + hashing to efficiently track and count valid subarrays .• Time Complexity : O(n). #DSA #Cpp #PrefixSum #Hashing #ProblemSolving #Leetcode
4
0
17
Day 77 of #100DaysOfCode.🔠Solved Longest Repeating Character Replacement – applied sliding window + frequency tracking. 💡Also tackled Binary Subarray With Sum – required careful window management to count subarrays. #DSA #LeetCode #ProblemSolving #SlidingWindow #CodingInterview
0
0
5
Day 20/100 — #100DaysOfCode.Solved Leetcode 3480: tricky but satisfying!.Learned how to handle conflicts in subarrays for max results. #Leetcode #Coding #Python #CodeNewbie
2
0
18
🚀 Day 3 of #100DaysOfCode.📌 Solved Leetcode 2411 - Smallest Subarrays With Maximum Bitwise OR.🧠 Learned how to optimize using bit manipulation and reverse traversal.⚙️ C++ used | Tags: #BitwiseOR #SlidingWindow #Greedy.#Leetcode #DevJourney #DSA #100DaysChallenge
0
0
20
LeetCode 2348.—Number of Zero-Filled Subarrays(Python). ✅ Incremental Streak Counter.✅ Count new zero-subarrays on the fly.✅ O(1) extra space.⏱Time:O(n) | Space:O(1). Solution:. #Python #LeetCode #100DaysOfCode #DSA #POTD #Programming #LearnInPublic
1
0
5
🚀 Day 372 of Code 🚀. Solved :. ✅ 898. Bitwise ORs of Subarrays. #Day372 #LeetCode #BitManipulation #DSA #ProblemSolving #CodingDaily #TechLearning #SlidingWindow #SetOptimization #100DaysOfCode
2
0
12
Day 17 of DSA Practice .✅2411. Smallest Subarrays With Maximum Bitwise OR (LeetCode) .#DSA #LeetCode #GFG2025 #100daysofcodechallenge #CodingJourney #codinglife #ProblemSolving #Connections #follower #pythonprogramming #solutionsforyou
1
0
9
Day 168/365 #code. ✅ Maximize Subarrays After Removing One Conflicting Pair. Day 105/160 #gfg160.✅Get Min from Stack. #gfg160 #GeeksforGeeks #DSA #Consistency #Leetcode #Coding #ProblemSolving
1
0
17
📌 Day 120 of #365DaysOfCode.🎯 DSA:.✅Maximum Binary Tree.✅Count Complete Subarrays.✅Gold Mine Problem. 🌐 Web Dev.✅ Started learning JavaScript DOM. #DSA #Leetcode #letsconnect #WebDevelopment #CodingJourney #BuildInPublic #LearnInPublic
0
0
15
📌 Day 118 of #365DaysOfCode.🎯 DSA:.✅ Count Nice Subarrays.✅ Largest Odd Number in String.✅ Find the Longest String. 🌐Web Dev.✅Started JavaScript!.✅Learned Data Types, Loops, Conditionals. Let's connect 🤝. #LeetCode #DSA #CodingJourney #BuildInPublic #LearnInPublic
0
0
22
[POTD].Today's LeetCode 2348:.— Number of Zero-Filled Subarrays (Python). ✅ Incremental Streak Counter.✅ Count new zero-subarrays on the fly.⏱Time: O(n) | Space: O(1). Solution:. #Python #LeetCode #100DaysOfCode #DSA #Coding #Programming #LearnInPublic
0
0
12
Day 173 /365 #code. ✅ Bitwise ORs of Subarrays. Day 110/160 #gfg160.✅Longest Increasing Subsequence. #gfg160 #GeeksforGeeks #DSA #Consistency #Leetcode #Coding #ProblemSolving
1
0
16
Problem of the day -> day 297 .problem: Subarrays With At Most K Distinct Integers.@geeksforgeeks.#day297 #geekstreak2025 #potd
2
0
15