Explore tweets tagged as #binarysearch
Finally Completed 100 Problems in Algozenith and with that Also wrapped up BinarySearch I didn't knew the power of Binary Search until I learnt about the patterns Like BinarySearch on Answer and 2d Variants It was indeed fun Learning. #DSA #competetiveprogramming
0
0
0
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: https://t.co/wMggDyicyt
#LeetCode #CPP #BinarySearch #CodingLife #ProblemSolving #Developer
11
5
155
Day 19 of my DSA Journey 📚 Learned Binary Search 🔍 Divide → Check → Conquer. Finding elements faster than ever ⚡ #DSA #100DaysOfCode #BinarySearch
1
0
5
Day 48 #LeetCode DCC ✨ Solved #POTD 2300 “Successful Pairs of Spells & Potions” (Medium) ⚔️ Binary Search + Sorting = Magic! 🧪 Each spell finds its perfect potion in O(log n) #100DaysOfCode #LeetCode #BinarySearch #DSA
0
0
4
day 23, started Binary Search algorithm, also worked on AWS #100DaysOfCode #DSA #BinarySearch #LeetCode
0
0
4
Day 8/100 Of #100DaysOfCode Today's Progress: • Tackled the "Aggressive Cows" problem using Binary Search. • Practiced sorting questions on GFG. Concepts are clicking into place. The grind continues! #100DaysOfCode #DSA #BinarySearch #consistencyiskey #rohitnegi #gfg
1
1
25
🧠 #Day19 of my #180DaysHardDSAChallenge lecture-26 Today was pure Binary Search magic 🔍 Solved Aggressive Cows 🐄 & Koko Eating Bananas 🍌 Binary Search ≠ just an algorithm It’s a way of thinking ⚡ #BinarySearch #DSA #Cpp #LogicBuilding #180DaysChallenge
@rohit_negi9
0
1
8
🚀 Today I solved the Search in Rotated Sorted Array problem (LeetCode 33). It was a great mix of binary search + pivot finding. #100DaysOfCode #DSA #LeetCode #BinarySearch
#day41
0
0
11
→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
0
1
15
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
0
0
4
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
1
1
13
0
1
2
🚀 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
0
0
5
✔️ 🥰cracked LeetCode 33 – Search in Rotated Sorted Array in a unique way! 🚀✅ Algorithm + Binary Search mastery unlocked! 📊✨ #LeetCode #100DaysOfCode #CodingChallenge #Java #Algorithm #BinarySearch #ProblemSolving Thanks @zimalkumud97 I also did this after seeing your post
3
0
15
🚀 Day 67 of #100DaysOfDSA 🚀 LeetCode 1283 — Find the Smallest Divisor Given a Threshold 🔹 Problem: Find the smallest integer divisor such that the sum of all ⌈num / divisor⌉ ≤ threshold. 🔹 Approach: Binary Search on Answer #LeetCode #DSA #BinarySearch #Python
0
0
13
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
2
1
25
Day 5/100 of #100DaysOfCode A deep dive into Binary Search today! I tackled: ✅ Finding the first & last occurrences of an element ✅ Calculating Sqrt(x) ✅ Finding the Kth missing number ✅ Search Insert Position #DSA #Coderarmy #rohitnegi #BinarySearch #gfg
2
1
25
Used Binary Search on Answer + Feasibility Function approach — minimized the largest subarray sum efficiently! #LeetCode #Java #DSA #BinarySearch #BuildingMyCOdingLogic #CodingJourney
0
0
3
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
1
0
6