#binarysearch search results
Crushed 3 tough binary search problems today from CoderArmy's YouTube channel! Big thanks to DSA GOD Rohit Negi bhaiya for the awesome lecture 🙌 Also nailed 1 homework question. Feeling on top of the world! 💻 #CodingJourney #DSA #BinarySearch #CoderArmy
Day 39: Find K Closest Elements 🎯 Approach: Binary Search ⚙️ Find the boundary → Shrink the window → Return the closest ones Efficient and elegant in O(log(n–k)) ⌛ GitHub: l1nq.com/VURah #LeetCode #CPP #BinarySearch #CodingLife #ProblemSolving #Developer
day 23, started Binary Search algorithm, also worked on AWS #100DaysOfCode #DSA #BinarySearch #LeetCode
Just crushed some binary search problems in a 2D array thanks to the GOAT Rohit Negi bhaiya's awesome tutorials on CoderArmy's YouTube channel! 🐐💻 Feeling on top of my coding game! #Coding #BinarySearch #CoderArmy #Consistency
Day 13 of #100DaysOfCode ✅ Koko Eating Bananas ✅ Minimum Days to Make M Bouquets ✅ Find the Smallest Divisor ✅ Capacity to Ship Packages Within D Days ✅ K-th Missing Positive Number #leetcode #BinarySearch #LearnInPublic #TUFWinterArc #DSA
Day 57 #100DaysOfCode Solved Aggressive Cows problem from the DSA series (Binary Search), completed some assignments, and also revised Python. Keeping the momentum strong and consistent! #DSA #BinarySearch #AggressiveCows #Python #CodingJourney #LearnInPublic
Day 7/100 of #100DaysOfCode challenge is complete! Focused on revision and mastering tough binary search problems today. The Book Allocation problem was a great challenge but managed to do it. Step by step, we get better. #DSA #BinarySearch #rohitnegi #gfg #LearnInPublic
Day 48 of DSA🚀 Solved LeetCode #852: Peak Index in a Mountain Array using Binary Search 🏔️ 🔑 Approach: Use two pointers l & r. If arr[m+1] > arr[m] → move right. Else → move left. Converge at peak index. ⏱ O(log n) | 💾 O(1) #LeetCode #DSA #BinarySearch #CodingJourney
🚀 Day 27 | #DSA Journey ✨ Learned Binary Search 🔍 ✅ Works on sorted arrays ✅ Halves search space ➗ ✅ O(log n) time, O(1) space 💡 Divide & Conquer >> Linear Search. Solved a LeetCode Q 🙌 #100DaysOfCode #BinarySearch
Day 47 - DSA Solved LeetCode #34: Find First & Last Position of Element in Sorted Array ✨ Key Idea: Use binary search twice 1️⃣ Find left boundary (first index) 2️⃣ Find right boundary (last index) ⏱ O(log n) | 📦 O(1) #100DaysOfCode #leetcode #BinarySearch #DSA #JavaScript
Day 54 DSA Grind: Found 1st & last position of a target using double #BinarySearch Left bias first occurrence Right bias last occurrence All in O(log n) Binary Search isn’t just one trick — it’s a toolkit! #100DaysOfCode #JavaScript #DSA
Day 55 of #DSA grind! Yesterday: solved a problem with my first approach (edge-case issues 😅) Today: fixed it using the robust l <= r binary search ✅ Big thanks to @akshaymarch7 🙏 #100DaysOfCode #BinarySearch #UntilFindJob #Day55
Day 47 of my #DSAGrind 💪 Solved LeetCode 69 – Sqrt(x) using Binary Search ⚙️ No Math.sqrt(), just pure logic 🔥 Each day, stronger problem-solving muscles 💯 Big thanks to @akshaymarch7 for simplifying concepts 🙌 #LeetCode #BinarySearch #100DaysOfCode #JavaScript
Solved “Find Minimum in Sorted Rotated Array” on @LeetCode! 🔥 ✅ Approach: Binary Search 1️⃣ Compare mid with low 2️⃣ Shrink search space 3️⃣ Track min on the go ⚡ Complexity: O(log n) Time, O(1) Space #DSA #LeetCode #BinarySearch #Java #CodeNewbie #CodingJourney
→Cracked the banana-eating speed problem! •Used binary search to find the minimum speed Koko needs to finish all piles in H hours. ⏱️ Runtime: 7 ms 💾 Memory: 45.29 MB •Beats 86.11% of submissions — not bad for a weekend grind #Java #LeetCode #BinarySearch #DSA #buildinpublic
Day 30 - Leetcode DSA 🚀 Problem: Koko Eating Bananas 📷Learned how Binary Search isn’t just on arrays — it can find answers by checking conditions too 📷📷#100DaysOfCode#DSA #CodingJourney #BinarySearch
Day 13 of #100DaysOfCode ✅ Koko Eating Bananas ✅ Minimum Days to Make M Bouquets ✅ Find the Smallest Divisor ✅ Capacity to Ship Packages Within D Days ✅ K-th Missing Positive Number #leetcode #BinarySearch #LearnInPublic #TUFWinterArc #DSA
Did some Binary Search (min/max) practice today. These tricky patterns are finally starting to make sense. #DSA #BinarySearch #CodingJourney #BuildInPublic
Solved “Minimum Days to Make M Bouquets” on @LeetCode Approach: ✅ Binary Search on Answers ✅ Greedy check for consecutive flowers ✅ Find smallest day to make m bouquets 🧠 Time: O(n · log(maxDay - minDay)) 💻 Space: O(1) #DSA #Java #BinarySearch #CodingNinjas #ProblemSolving
🌟 Day 228/∞ 🚀 Solved Capacity To Ship Packages Within D Days 📦⛴️ 💡 Applied Binary Search on answer space — guessed capacity & validated using greedy loading. Time Complexity: O(n log sum) | Space: O(1) 💪 #LeetCode #DSA #BinarySearch #Greedy #CodeEveryday #KeepCoding
Day 2 of my DSA Build-in-Public Journey Solved the Painter’s Partition Problem – II today (GFG Hard). Made a few mistakes during the dry run, especially in sum resets and painter count but fixing them helped me understand Binary Search on Answer much better #DSA #BinarySearch
Solved “Koko Eating Bananas” 🍌 using Binary Search on Answer on @LeetCode Approach: Search for min eating speed k (1 → max pile) For each k, check if Koko can finish in h hours Adjust bounds with binary search ⏱ O(n log m) #DSA #BinarySearch #CodingNinjas #ProblemSolving
🚀 Solved the classic Search in Rotated Sorted Array using recursion + binary search! 💡 Idea: Find the sorted half → check if the target lies within it → recurse! #BinarySearch #DSA #Java #Recursion
Today's Progress📚 Solved around 5 Binary Search problems to strengthen my understanding of BS and logic building. Also learned about React fundamentals — components, hooks, and state. Had to prepare for my semester mid-term exams as well. #ReactJS #DSA #BinarySearch #CodeJourney
Did some binary search revision today re-did search in rotated sorted array on #LeetCode , finally got the logic right #BinarySearch #DSA #LearnInPublic #cpp
day 23, started Binary Search algorithm, also worked on AWS #100DaysOfCode #DSA #BinarySearch #LeetCode
Day 7/100 of #100DaysOfCode challenge is complete! Focused on revision and mastering tough binary search problems today. The Book Allocation problem was a great challenge but managed to do it. Step by step, we get better. #DSA #BinarySearch #rohitnegi #gfg #LearnInPublic
Day 48 of DSA🚀 Solved LeetCode #852: Peak Index in a Mountain Array using Binary Search 🏔️ 🔑 Approach: Use two pointers l & r. If arr[m+1] > arr[m] → move right. Else → move left. Converge at peak index. ⏱ O(log n) | 💾 O(1) #LeetCode #DSA #BinarySearch #CodingJourney
🚀 Day 27 | #DSA Journey ✨ Learned Binary Search 🔍 ✅ Works on sorted arrays ✅ Halves search space ➗ ✅ O(log n) time, O(1) space 💡 Divide & Conquer >> Linear Search. Solved a LeetCode Q 🙌 #100DaysOfCode #BinarySearch
Day 54 DSA Grind: Found 1st & last position of a target using double #BinarySearch Left bias first occurrence Right bias last occurrence All in O(log n) Binary Search isn’t just one trick — it’s a toolkit! #100DaysOfCode #JavaScript #DSA
Day 56/100 ✅ Solved 3 Binary Search on Answer problems (1 Hard, 2 Medium) 🌐 Completed my Portfolio Website 📘 Studied Maths On the grind, one step closer each day! 💪🚀 #DSA #LeetCode #BinarySearch #WebDev #Portfolio #Maths #100DaysOfCode #CodingJourney
Just crushed some binary search problems in a 2D array thanks to the GOAT Rohit Negi bhaiya's awesome tutorials on CoderArmy's YouTube channel! 🐐💻 Feeling on top of my coding game! #Coding #BinarySearch #CoderArmy #Consistency
Day 47 - DSA Solved LeetCode #34: Find First & Last Position of Element in Sorted Array ✨ Key Idea: Use binary search twice 1️⃣ Find left boundary (first index) 2️⃣ Find right boundary (last index) ⏱ O(log n) | 📦 O(1) #100DaysOfCode #leetcode #BinarySearch #DSA #JavaScript
Day 57 #100DaysOfCode Solved Aggressive Cows problem from the DSA series (Binary Search), completed some assignments, and also revised Python. Keeping the momentum strong and consistent! #DSA #BinarySearch #AggressiveCows #Python #CodingJourney #LearnInPublic
Day 40✅ | #gfg160 Challenge @geeksforgeeks Solved → 🔍 Search in a Sorted Matrix 📌 T: O(log(N×M)) | S: O(1) Used virtual binary search on a 2D matrix by treating it as a flat 1D array. → Alt. #DSA #BinarySearch #MatrixSearch #gfg160 #geekstreak2025 #LearnInPublic
Crushed 3 tough binary search problems today from CoderArmy's YouTube channel! Big thanks to DSA GOD Rohit Negi bhaiya for the awesome lecture 🙌 Also nailed 1 homework question. Feeling on top of the world! 💻 #CodingJourney #DSA #BinarySearch #CoderArmy
✅52/100 Just cracked #LeetCode ques. 69 (Sqrt(x)) 🚀 Tried the linear approach, but Binary Search is the real magic. The time difference was unreal! Don't underestimate the power of halving your search space. Always go O(log n). #BinarySearch #Algorithms #DSA #Javascript
Day 63 of #100DaysOfDSA 🔥 Same hi to approach use karni thi. #DSA #BinarySearch #100DaysOfCode #CodeNewbie #GirlsWhoCode #TechJourney
Day 55 of #DSA grind! Yesterday: solved a problem with my first approach (edge-case issues 😅) Today: fixed it using the robust l <= r binary search ✅ Big thanks to @akshaymarch7 🙏 #100DaysOfCode #BinarySearch #UntilFindJob #Day55
→Cracked the banana-eating speed problem! •Used binary search to find the minimum speed Koko needs to finish all piles in H hours. ⏱️ Runtime: 7 ms 💾 Memory: 45.29 MB •Beats 86.11% of submissions — not bad for a weekend grind #Java #LeetCode #BinarySearch #DSA #buildinpublic
Day 62 of #100DaysOfDSA 🚀 Aaj ke liye bas itna hi😶🌫️ #DSA #BinarySearch #100DaysOfCode #CodeKar #GirlsWhoCode #Consistency
Day 39 ✅ | #gfg160 Challenge @geeksforgeeks Solved → 🎯 Search in a Row-wise Sorted Matrix 📌 T: O(N log M) | S: O(1) 🛠️ Used Binary Search in Rows → Checked if x can be in a row, then applied binary search inside that row. #DSA #BinarySearch #Matrix #geekstreak2025
Solved “First and Last Position in Sorted Array” using 3 approaches: 1️⃣ Linear Search: O(n) 2️⃣ Lower & Upper Bound: O(log n) 3️⃣ Binary Search (from scratch): O(log n) Mastering search techniques one step at a time! 🧠⚡ #DSA #Java #BinarySearch #CodingNinjas #CodeNewbie
Something went wrong.
Something went wrong.
United States Trends
- 1. Thanksgiving 420K posts
- 2. National Guard 53.6K posts
- 3. #InfoSecVPN N/A
- 4. Bayern 158K posts
- 5. Mbappe 76.5K posts
- 6. Arsenal 287K posts
- 7. Kimmich 4,199 posts
- 8. Denzel 4,095 posts
- 9. Lennart Karl 3,555 posts
- 10. Olympiacos 17.7K posts
- 11. Golesh 3,020 posts
- 12. Camp Haven 7,629 posts
- 13. Wine 40.7K posts
- 14. Anthony Rendon N/A
- 15. Pizza 48.9K posts
- 16. #ARSBAY 3,643 posts
- 17. Fani Willis 22K posts
- 18. Neuer 5,842 posts
- 19. Trumplican 3,822 posts
- 20. Frank Ragnow N/A