Top Tweets for #binary_search
Today's POTD:
744:
#Python
class Solution:
def nextGreatestLetter(self, letters: List[str], target: str) -> str:
l = []
for i in letters:
l.append(ord(i))
a = ord(target)
for j in l:
if j > a:
ans = l.index(j)
return letters[ans]
return letters[0]
#Binary_Search
Day 53:
I don't actually know what am I doing lately!
Did some #leetcode,
Worked on the #HiKiOS #Kernel project,
Continued #DSA journey with #binary_search....
There are many things going on and it's hard to keep up with all of them!

Solved "Minimum Cost to Make Array Equal" with a neat binary search approach in C++!
All test cases passed
#leetcode #cpluscplus #Coding #binary_search

Diving into the C++ code to solve the "Aggressive Cows" algorithm challenge. The provided binary search approach on the sorted stall positions typically yields a time complexity of O(N log N) due to the initial sorting and the logarithmic search space.
#Leetcode #Binary_search ✌️


بررسی یک الگوریتم جستجوی دو دویی (حبابی) در سی شارپ
Youtube Video :
https://t.co/nZQVnaex7s
Github Source Code :
https://t.co/FOw4eqQNJl
Tags :
#csharp
#dotnet
#binary_search

Binary Search in large .txt with python (ordered by hash) - Visit https://t.co/2FlFTIDG3x for the solution. #python #algorithm #search #text_files #binary_search
I have been learning Data Structures and Algorithms for a while now, and today I want to share what I have learnt on Sorting Algorithms, for this post mainly on
-- Binary Search --
#algorithms #binary_search #BigO
https://t.co/NxsohBUnN0
Day 01 : LINEAR & BINARY SEARCH
Binary search has less time complexity 😀 But for binary search array must be sorted 😉
Uses : Used to find an item from a sorted list of items.
#100DaysOfCode
#code
#binary_search

This is a search problem. And all these cases use the same algorithm to solve the problem: 𝘣𝘪𝘯𝘢𝘳𝘺 𝘴𝘦𝘢𝘳𝘤𝘩.
#binary_search
#grokking_algorithms
#algorithms
Brushing up on my DSA. Here's a time-based comparison for y'all!
#leetcode #binary_search #programmer #developer

اخدتوا ايه في السيشن يا روفي ؟
روفي: سيرتس
انا: ايه؟
روفي : البتاع اللي بيساعد الباينري سيرس
#binary_search
#باينري_سيرس
DAY 7 : #100DaysOfCode
#binary_search #algorithm #python O(log n) #loveit
@algo_expert #array Are the elements of a sequence contained within a larger array
@scrimba let and const #javascript continuation
#Binary_search
https://t.co/OtbI5sHpbX

Correct vs Efficient Algorithms #searching_algorithms #linear_search #binary_search #efficient_algorithms #algorithms_examples #computer_algorithm #algorithm_examples https://t.co/Nsf8LFOe0E

Binary search is an efficient algorithm for finding an item from a sorted list of items.
#binary_search
#python
#javascript
#بايثون #جافاسكريبت #عالمي_ياعالمي
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.8M followers

Taylor Swift 
@taylorswift13
80.6M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.5M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers


























