Explore tweets tagged as #binarysearch
Day 32 of my #LeetCode journey!.Solved 2 π§ problems using #BinarySearch:.β
Is Subsequence (2-pointer).β
Valid Perfect Square (search-based).Feeling sharper with every line of code! π»β‘.#100DaysOfCode #DSA #Coding #CPlusPlus #JavaScript #DevCommunity π
0
0
0
Solved βSearch in Rotated Sorted Arrayβ using 2 approaches:. 1οΈβ£ Linear Search β O(n).2οΈβ£ Modified Binary Search β O(log n).Learned how to detect sorted halves & apply binary logic in rotated arrays! πβ‘.#DSA #Java #BinarySearch #CodingNinjas #ProblemSolving #challenge
0
0
2
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
0
0
1
Tweet 4 (Day 3 β Smallest Letter Greater Than Target).Day 3: Binary search on chars!.Solved Leetcode #744 β smallest letter greater than target with wrap-around logic. Algorithms are so flexible!.#Java #DSA #Leetcode #BinarySearch #100DaysOfCode
0
0
2
Anybody takes crazy notes like me?? @NotionHQ and @excalidraw are the best combo for making digital notes. #notesTaking #notion #excalidraw #binarysearch #dsa
0
1
5
πΒ Day 337 of CodeΒ π. Solved :. β
Β 2040. Kth Smallest Product of Two Sorted Arrays (POTD). #Day337 #LeetCode #DSA #BinarySearch #TwoPointers #KthSmallest #ProblemSolving #Algorithms #100DaysOfCode
0
0
15
Solved: βKth Smallest Product of Two Sorted Arraysβ on LeetCode!. π§ Used binary search on value space + smart counting with signs in mind. #LeetCode #BinarySearch #Cplusplus #DSA #CodingChallenge #TechTwitter #100DaysOfCode
1
0
2
Day 34 β
| #gfg160 Challenge @geeksforgeeks .Solved β π Allocate Minimum Pages. π T: O(N * log(Sum of Pages)) | S: O(1). Used binary search on the answer space to find the min-max pages per student, with greedy allocation. #DSA #BinarySearch #Greedy #geekstreak2025
0
0
11
Day 63 of #100DaysOfDSA π₯.Same hi to approach use karni thi. #DSA #BinarySearch #100DaysOfCode #CodeNewbie #GirlsWhoCode #TechJourney
0
0
9
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
0
0
5
π₯ Day 267 of DSA Series π. Solved 1 LeetCode problem!. 1οΈβ£ Kth Smallest Element in a Sorted Matrix π’ππ‘βοΈ.#100DaysOfCode #LeetCode #DSA #Heap #BinarySearch #Matrix #CodingChallenge
0
0
2
Day 10 of #100DaysOfDSA. π Binary Search. A super-fast algorithm for finding elements in sorted arrays. It works by halving the search space each time - way quicker than Linear Search. #Java #BinarySearch #DSA #100DaysOfCode #Algorithms @kenyanJug
1
1
1
Master Binary Search on Answer Space β perfect for optimization problems (e.g., min/max constraints)!. Think smarter, not harder. π§ . #DSA #Algorithms #BinarySearch #CodingTips #TechInterviews #Python #WebDev #Backend #Frontend #SEO
0
0
0
β
Day 24 of #100DaysOfCode.Solved 2 LeetCode challenge today!.1. Kth Smallest Product of Two Sorted Arrays(POTD).2. Divide Array Into Equal Pairs.#LeetCode #DSA #ProblemSolving #vit #challenge #DrGVishwanathan #Array #algorithm #dfs #binarysearch #Hashtable #counting #bits #potd
2
0
15
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
1
0
13
π₯ Day 271 of DSA Series π. Solved 1 LeetCode problem!. 1οΈβ£ Number of Subsequences That Satisfy the Given Sum Condition π’β.β Sorted the array and used two pointers π‘β‘.#100DaysOfCode #LeetCode #DSA #TwoPointers #BinarySearch #Greedy #CodingChallenge
0
0
10
π― Another milestone achieved! Just completed the Logic Building section β
in @takeUforward_'s Binary Search. The key insight: Binary search isn't just about finding elementsβit's about eliminating possibilities efficiently! π§ .@striver_79.#DSA #BinarySearch #ProblemSolving
1
0
8
Solved βLower Boundβ problem on @CodingNinjasOff using 2 approaches:. 1οΈβ£ Linear Search β O(n).2οΈβ£ Binary Search β O(log n) β
.Goal: Find the smallest index i such that arr[i] >= x. #DSA #LeetCode #Java #BinarySearch #CodeNewbie #ProblemSolving
0
0
2